Html Css Color HEX #CD19B2 Deep Magenta

📋 copy color: '#CD19B2'

red 205 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #CD19B2

Tints of Deep Magenta #CD19B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.63%

R = 50.25%
G = 6.13%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD19B2 (or 0xCD19B2) is known color: Deep Magenta. HEX triplet: CD, 19 and B2. RGB value is (205,25,178). Sum of RGB (Red+Green+Blue) = 205+25+178=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD19B2 is #32E64D. Grayscale: #5F5F5F. Windows color (decimal): -3335758 or 11672013. OLE color: 11672013.

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

Color convert

RGB 205 25 178 -
CMYK 0 0.88 0.13 0.20
HSL 309º 0.78% 0.45% -
HSV(B) 309º 0.88% 0.8% -
XYZ 33.56 16.89 43.61 -
YUV 96.26 174.13 205.56 -
System Red Green Blue C M Y K H S L
Decimal 205 25 178 0 0.88 0.13 0.20 309 0.78 0.45
Hex CD 19 B2 0 58 D 14 135 4E 2D
Octal 315 31 262 0 130 15 24 465 116 55
Binary 11001101 11001 10110010 0 1011000 1101 10100 100110101 1001110 101101

Color Harmonies of #CD19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD19B2

Black with #CD19B2

Text Example


Text Example

White with #CD19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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