Html Css Color HEX #CB17CB Deep Magenta

📋 copy color: '#CB17CB'

red 203 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #CB17CB

Tints of Deep Magenta #CB17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.36%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 47.32%
G = 5.36%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB17CB (or 0xCB17CB) is known color: Deep Magenta. HEX triplet: CB, 17 and CB. RGB value is (203,23,203). Sum of RGB (Red+Green+Blue) = 203+23+203=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17CB is #34E834. Grayscale: #606060. Windows color (decimal): -3467317 or 13309899. OLE color: 13309899.

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

Color convert

RGB 203 23 203 -
CMYK 0 0.89 0 0.20
HSL 300º 0.8% 0.44% -
HSV(B) 300º 0.89% 0.8% -
XYZ 35.71 17.62 58.02 -
YUV 97.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 203 23 203 0 0.89 0 0.20 300 0.8 0.44
Hex CB 17 CB 0 59 0 14 12C 50 2C
Octal 313 27 313 0 131 0 24 454 120 54
Binary 11001011 10111 11001011 0 1011001 0 10100 100101100 1010000 101100

Color Harmonies of #CB17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17CB

Black with #CB17CB

Text Example


Text Example

White with #CB17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17CB; }

 p { color: rgb(203,23,203); }

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

background-color css

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

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

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

border-color css

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

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

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