Html Css Color HEX #CB06B5 Deep Magenta

📋 copy color: '#CB06B5'

red 203 ◦ green 6 ◦ blue 181

#CB06B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CB06B5

Tints of Deep Magenta #CB06B5

RGB

 RED value IS 203 (79.69% from 255) = 52.05%

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 52.05%
G = 1.54%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB06B5 (or 0xCB06B5) is known color: Deep Magenta. HEX triplet: CB, 06 and B5. RGB value is (203,6,181). Sum of RGB (Red+Green+Blue) = 203+6+181=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06B5 is #34F94A. Grayscale: #545454. Windows color (decimal): -3471691 or 11863755. OLE color: 11863755.

HSL color Cylindrical-coordinate representation of color #CB06B5: hue angle of 306.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06B5 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 181 -
CMYK 0 0.97 0.11 0.20
HSL 306.7º 0.94% 0.41% -
HSV(B) 306.7º 0.97% 0.8% -
XYZ 33.03 16.16 45.09 -
YUV 84.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 203 6 181 0 0.97 0.11 0.20 306.7 0.94 0.41
Hex CB 6 B5 0 61 B 14 133 5E 29
Octal 313 6 265 0 141 13 24 463 136 51
Binary 11001011 110 10110101 0 1100001 1011 10100 100110011 1011110 101001

Color Harmonies of #CB06B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06B5

Black with #CB06B5

Text Example


Text Example

White with #CB06B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06B5; }

 p { color: rgb(203,6,181); }

 H1.HeaderClassName
 {
   color: #CB06B5;
 }
 .AnyTagClassName
 {
   color: #CB06B5;
 }
</style>

background-color css

<style>
 a { background-color: #CB06B5; }

 a { background-color: rgb(203,6,181); }

 div.DivClassName
 {
   background-color: #CB06B5;
 }
 .BgClassName
 {
   background-color: #CB06B5;
 }
</style>

border-color css

<style>
 span { border-color: #CB06B5; }

 span { border-color: rgb(203,6,181); }

 td.TdClassName
 {
   border-color: #CB06B5;
 }
 .TagClassName
 {
   border-color: #CB06B5;
 }
</style>