Html Css Color HEX #CD19CE Deep Magenta

📋 copy color: '#CD19CE'

red 205 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #CD19CE

Tints of Deep Magenta #CD19CE

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

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

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

R = 47.02%
G = 5.73%
B = 47.25%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD19CE (or 0xCD19CE) is known color: Deep Magenta. HEX triplet: CD, 19 and CE. RGB value is (205,25,206). Sum of RGB (Red+Green+Blue) = 205+25+206=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD19CE is #32E631. Grayscale: #626262. Windows color (decimal): -3335730 or 13507021. OLE color: 13507021.

HSL color Cylindrical-coordinate representation of color #CD19CE: hue angle of 299.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD19CE is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 25 206 -
CMYK 0.00 0.88 0 0.19
HSL 299.67º 0.78% 0.45% -
HSV(B) 299.67º 0.88% 0.81% -
XYZ 36.67 18.13 59.96 -
YUV 99.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 205 25 206 0.00 0.88 0 0.19 299.67 0.78 0.45
Hex CD 19 CE 0 58 0 13 12C 4E 2D
Octal 315 31 316 0 130 0 23 454 116 55
Binary 11001101 11001 11001110 0 1011000 0 10011 100101100 1001110 101101

Color Harmonies of #CD19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD19CE

Black with #CD19CE

Text Example


Text Example

White with #CD19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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