Html Css Color HEX #CB0CCA Deep Magenta

📋 copy color: '#CB0CCA'

red 203 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #CB0CCA

Tints of Deep Magenta #CB0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

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

R = 48.68%
G = 2.88%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB0CCA (or 0xCB0CCA) is known color: Deep Magenta. HEX triplet: CB, 0C and CA. RGB value is (203,12,202). Sum of RGB (Red+Green+Blue) = 203+12+202=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CCA is #34F335. Grayscale: #5A5A5A. Windows color (decimal): -3470134 or 13241547. OLE color: 13241547.

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

Color convert

RGB 203 12 202 -
CMYK 0 0.94 0.00 0.20
HSL 300.31º 0.89% 0.42% -
HSV(B) 300.31º 0.94% 0.8% -
XYZ 35.42 17.22 57.33 -
YUV 90.77 190.78 208.05 -
System Red Green Blue C M Y K H S L
Decimal 203 12 202 0 0.94 0.00 0.20 300.31 0.89 0.42
Hex CB C CA 0 5E 0 14 12C 59 2A
Octal 313 14 312 0 136 0 24 454 131 52
Binary 11001011 1100 11001010 0 1011110 0 10100 100101100 1011001 101010

Color Harmonies of #CB0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CCA

Black with #CB0CCA

Text Example


Text Example

White with #CB0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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