Html Css Color HEX #CB00CD Deep Magenta

📋 copy color: '#CB00CD'

red 203 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #CB00CD

Tints of Deep Magenta #CB00CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 49.75%
G = 0%
B = 50.25%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB00CD (or 0xCB00CD) is known color: Deep Magenta. HEX triplet: CB, 00 and CD. RGB value is (203,0,205). Sum of RGB (Red+Green+Blue) = 203+0+205=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CD is #34FF32. Grayscale: #535353. Windows color (decimal): -3473203 or 13435083. OLE color: 13435083.

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

Color convert

RGB 203 0 205 -
CMYK 0.01 1 0 0.20
HSL 299.41º 1% 0.4% -
HSV(B) 299.41º 1% 0.8% -
XYZ 35.65 17.1 59.18 -
YUV 84.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 203 0 205 0.01 1 0 0.20 299.41 1 0.4
Hex CB 0 CD 1 64 0 14 12B 64 28
Octal 313 0 315 1 144 0 24 453 144 50
Binary 11001011 0 11001101 1 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #CB00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00CD

Black with #CB00CD

Text Example


Text Example

White with #CB00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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