Html Css Color HEX #CB18CB Deep Magenta

📋 copy color: '#CB18CB'

red 203 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #CB18CB

Tints of Deep Magenta #CB18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.58%

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

R = 47.21%
G = 5.58%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB18CB (or 0xCB18CB) is known color: Deep Magenta. HEX triplet: CB, 18 and CB. RGB value is (203,24,203). Sum of RGB (Red+Green+Blue) = 203+24+203=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18CB is #34E734. Grayscale: #616161. Windows color (decimal): -3467061 or 13310155. OLE color: 13310155.

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

Color convert

RGB 203 24 203 -
CMYK 0 0.88 0 0.20
HSL 300º 0.79% 0.45% -
HSV(B) 300º 0.88% 0.8% -
XYZ 35.73 17.66 58.03 -
YUV 97.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 203 24 203 0 0.88 0 0.20 300 0.79 0.45
Hex CB 18 CB 0 58 0 14 12C 4F 2D
Octal 313 30 313 0 130 0 24 454 117 55
Binary 11001011 11000 11001011 0 1011000 0 10100 100101100 1001111 101101

Color Harmonies of #CB18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18CB

Black with #CB18CB

Text Example


Text Example

White with #CB18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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