Html Css Color HEX #CB06A8 Deep Magenta

📋 copy color: '#CB06A8'

red 203 ◦ green 6 ◦ blue 168

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

Shades of Deep Magenta #CB06A8

Tints of Deep Magenta #CB06A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 53.85%
G = 1.59%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB06A8 (or 0xCB06A8) is known color: Deep Magenta. HEX triplet: CB, 06 and A8. RGB value is (203,6,168). Sum of RGB (Red+Green+Blue) = 203+6+168=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06A8 is #34F957. Grayscale: #525252. Windows color (decimal): -3471704 or 11011787. OLE color: 11011787.

HSL color Cylindrical-coordinate representation of color #CB06A8: hue angle of 310.66º 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 #CB06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 168 -
CMYK 0 0.97 0.17 0.20
HSL 310.66º 0.94% 0.41% -
HSV(B) 310.66º 0.97% 0.8% -
XYZ 31.76 15.65 38.39 -
YUV 83.37 175.77 213.33 -
System Red Green Blue C M Y K H S L
Decimal 203 6 168 0 0.97 0.17 0.20 310.66 0.94 0.41
Hex CB 6 A8 0 61 11 14 137 5E 29
Octal 313 6 250 0 141 21 24 467 136 51
Binary 11001011 110 10101000 0 1100001 10001 10100 100110111 1011110 101001

Color Harmonies of #CB06A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06A8

Black with #CB06A8

Text Example


Text Example

White with #CB06A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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