Html Css Color HEX #CB06CA Deep Magenta

📋 copy color: '#CB06CA'

red 203 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #CB06CA

Tints of Deep Magenta #CB06CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 49.39%
G = 1.46%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB06CA (or 0xCB06CA) is known color: Deep Magenta. HEX triplet: CB, 06 and CA. RGB value is (203,6,202). Sum of RGB (Red+Green+Blue) = 203+6+202=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06CA is #34F935. Grayscale: #565656. Windows color (decimal): -3471670 or 13240011. OLE color: 13240011.

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

Color convert

RGB 203 6 202 -
CMYK 0 0.97 0.00 0.20
HSL 300.3º 0.94% 0.41% -
HSV(B) 300.3º 0.97% 0.8% -
XYZ 35.35 17.09 57.31 -
YUV 87.25 192.77 210.56 -
System Red Green Blue C M Y K H S L
Decimal 203 6 202 0 0.97 0.00 0.20 300.3 0.94 0.41
Hex CB 6 CA 0 61 0 14 12C 5E 29
Octal 313 6 312 0 141 0 24 454 136 51
Binary 11001011 110 11001010 0 1100001 0 10100 100101100 1011110 101001

Color Harmonies of #CB06CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06CA

Black with #CB06CA

Text Example


Text Example

White with #CB06CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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