Html Css Color HEX #CB00CE Deep Magenta

📋 copy color: '#CB00CE'

red 203 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #CB00CE

Tints of Deep Magenta #CB00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 49.63%
G = 0%
B = 50.37%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB00CE (or 0xCB00CE) is known color: Deep Magenta. HEX triplet: CB, 00 and CE. RGB value is (203,0,206). Sum of RGB (Red+Green+Blue) = 203+0+206=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CE is #34FF31. Grayscale: #535353. Windows color (decimal): -3473202 or 13500619. OLE color: 13500619.

HSL color Cylindrical-coordinate representation of color #CB00CE: hue angle of 299.13º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00CE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 0 206 -
CMYK 0.01 1 0 0.19
HSL 299.13º 1% 0.4% -
HSV(B) 299.13º 1% 0.81% -
XYZ 35.77 17.15 59.82 -
YUV 84.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 203 0 206 0.01 1 0 0.19 299.13 1 0.4
Hex CB 0 CE 1 64 0 13 12B 64 28
Octal 313 0 316 1 144 0 23 453 144 50
Binary 11001011 0 11001110 1 1100100 0 10011 100101011 1100100 101000

Color Harmonies of #CB00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00CE

Black with #CB00CE

Text Example


Text Example

White with #CB00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00CE; }

 p { color: rgb(203,0,206); }

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

background-color css

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

 a { background-color: rgb(203,0,206); }

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

border-color css

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

 span { border-color: rgb(203,0,206); }

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