Html Css Color HEX #C015DA Deep Magenta

📋 copy color: '#C015DA'

red 192 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #C015DA

Tints of Deep Magenta #C015DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 44.55%
G = 4.87%
B = 50.58%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C015DA (or 0xC015DA) is known color: Deep Magenta. HEX triplet: C0, 15 and DA. RGB value is (192,21,218). Sum of RGB (Red+Green+Blue) = 192+21+218=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C015DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015DA is #3FEA25. Grayscale: #5D5D5D. Windows color (decimal): -4188710 or 14292416. OLE color: 14292416.

HSL color Cylindrical-coordinate representation of color #C015DA: hue angle of 292.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C015DA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 21 218 -
CMYK 0.12 0.90 0 0.15
HSL 292.08º 0.82% 0.47% -
HSV(B) 292.08º 0.9% 0.85% -
XYZ 34.66 16.8 67.75 -
YUV 94.59 197.65 197.48 -
System Red Green Blue C M Y K H S L
Decimal 192 21 218 0.12 0.90 0 0.15 292.08 0.82 0.47
Hex C0 15 DA C 5A 0 F 124 52 2F
Octal 300 25 332 14 132 0 17 444 122 57
Binary 11000000 10101 11011010 1100 1011010 0 1111 100100100 1010010 101111

Color Harmonies of #C015DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015DA

Black with #C015DA

Text Example


Text Example

White with #C015DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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