Html Css Color HEX #CB09CA Deep Magenta

📋 copy color: '#CB09CA'

red 203 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #CB09CA

Tints of Deep Magenta #CB09CA

RGB

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

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

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

R = 49.03%
G = 2.17%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB09CA (or 0xCB09CA) is known color: Deep Magenta. HEX triplet: CB, 09 and CA. RGB value is (203,9,202). Sum of RGB (Red+Green+Blue) = 203+9+202=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09CA is #34F635. Grayscale: #585858. Windows color (decimal): -3470902 or 13240779. OLE color: 13240779.

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

Color convert

RGB 203 9 202 -
CMYK 0 0.96 0.00 0.20
HSL 300.31º 0.92% 0.42% -
HSV(B) 300.31º 0.96% 0.8% -
XYZ 35.39 17.16 57.32 -
YUV 89.01 191.77 209.31 -
System Red Green Blue C M Y K H S L
Decimal 203 9 202 0 0.96 0.00 0.20 300.31 0.92 0.42
Hex CB 9 CA 0 60 0 14 12C 5C 2A
Octal 313 11 312 0 140 0 24 454 134 52
Binary 11001011 1001 11001010 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CB09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09CA

Black with #CB09CA

Text Example


Text Example

White with #CB09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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