Html Css Color HEX #CB19CD Deep Magenta

📋 copy color: '#CB19CD'

red 203 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #CB19CD

Tints of Deep Magenta #CB19CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

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

R = 46.88%
G = 5.77%
B = 47.34%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB19CD (or 0xCB19CD) is known color: Deep Magenta. HEX triplet: CB, 19 and CD. RGB value is (203,25,205). Sum of RGB (Red+Green+Blue) = 203+25+205=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19CD is #34E632. Grayscale: #626262. Windows color (decimal): -3466803 or 13441483. OLE color: 13441483.

HSL color Cylindrical-coordinate representation of color #CB19CD: hue angle of 299.33º degrees, saturation: 0.78, 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 #CB19CD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 205 -
CMYK 0.01 0.88 0 0.20
HSL 299.33º 0.78% 0.45% -
HSV(B) 299.33º 0.88% 0.8% -
XYZ 36 17.8 59.3 -
YUV 98.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 203 25 205 0.01 0.88 0 0.20 299.33 0.78 0.45
Hex CB 19 CD 1 58 0 14 12B 4E 2D
Octal 313 31 315 1 130 0 24 453 116 55
Binary 11001011 11001 11001101 1 1011000 0 10100 100101011 1001110 101101

Color Harmonies of #CB19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19CD

Black with #CB19CD

Text Example


Text Example

White with #CB19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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