Html Css Color HEX #CB09CC Deep Magenta

📋 copy color: '#CB09CC'

red 203 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #CB09CC

Tints of Deep Magenta #CB09CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 48.8%
G = 2.16%
B = 49.04%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB09CC (or 0xCB09CC) is known color: Deep Magenta. HEX triplet: CB, 09 and CC. RGB value is (203,9,204). Sum of RGB (Red+Green+Blue) = 203+9+204=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09CC is #34F633. Grayscale: #585858. Windows color (decimal): -3470900 or 13371851. OLE color: 13371851.

HSL color Cylindrical-coordinate representation of color #CB09CC: hue angle of 299.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09CC is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 9 204 -
CMYK 0.00 0.96 0 0.2
HSL 299.69º 0.92% 0.42% -
HSV(B) 299.69º 0.96% 0.8% -
XYZ 35.63 17.25 58.58 -
YUV 89.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 203 9 204 0.00 0.96 0 0.2 299.69 0.92 0.42
Hex CB 9 CC 0 60 0 14 12C 5C 2A
Octal 313 11 314 0 140 0 24 454 134 52
Binary 11001011 1001 11001100 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CB09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09CC

Black with #CB09CC

Text Example


Text Example

White with #CB09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09CC; }

 p { color: rgb(203,9,204); }

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

background-color css

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

 a { background-color: rgb(203,9,204); }

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

border-color css

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

 span { border-color: rgb(203,9,204); }

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