Html Css Color HEX #C015DD Deep Magenta

📋 copy color: '#C015DD'

red 192 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #C015DD

Tints of Deep Magenta #C015DD

RGB

 RED value IS 192 (75.39% from 255) = 44.24%

 GREEN value IS 21 (8.59% from 255) = 4.84%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 44.24%
G = 4.84%
B = 50.92%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C015DD (or 0xC015DD) is known color: Deep Magenta. HEX triplet: C0, 15 and DD. RGB value is (192,21,221). Sum of RGB (Red+Green+Blue) = 192+21+221=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C015DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015DD is #3FEA22. Grayscale: #5E5E5E. Windows color (decimal): -4188707 or 14489024. OLE color: 14489024.

HSL color Cylindrical-coordinate representation of color #C015DD: hue angle of 291.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C015DD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 21 221 -
CMYK 0.13 0.90 0 0.13
HSL 291.3º 0.83% 0.47% -
HSV(B) 291.3º 0.9% 0.87% -
XYZ 35.06 16.96 69.83 -
YUV 94.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 192 21 221 0.13 0.90 0 0.13 291.3 0.83 0.47
Hex C0 15 DD D 5A 0 D 123 53 2F
Octal 300 25 335 15 132 0 15 443 123 57
Binary 11000000 10101 11011101 1101 1011010 0 1101 100100011 1010011 101111

Color Harmonies of #C015DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015DD

Black with #C015DD

Text Example


Text Example

White with #C015DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015DD; }

 p { color: rgb(192,21,221); }

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

background-color css

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

 a { background-color: rgb(192,21,221); }

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

border-color css

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

 span { border-color: rgb(192,21,221); }

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