Html Css Color HEX #C018DA Deep Magenta

📋 copy color: '#C018DA'

red 192 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #C018DA

Tints of Deep Magenta #C018DA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.53%

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

R = 44.24%
G = 5.53%
B = 50.23%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C018DA (or 0xC018DA) is known color: Deep Magenta. HEX triplet: C0, 18 and DA. RGB value is (192,24,218). Sum of RGB (Red+Green+Blue) = 192+24+218=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #C018DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018DA is #3FE725. Grayscale: #5F5F5F. Windows color (decimal): -4187942 or 14293184. OLE color: 14293184.

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

Color convert

RGB 192 24 218 -
CMYK 0.12 0.89 0 0.15
HSL 291.96º 0.8% 0.47% -
HSV(B) 291.96º 0.89% 0.85% -
XYZ 34.72 16.92 67.77 -
YUV 96.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 192 24 218 0.12 0.89 0 0.15 291.96 0.8 0.47
Hex C0 18 DA C 59 0 F 124 50 2F
Octal 300 30 332 14 131 0 17 444 120 57
Binary 11000000 11000 11011010 1100 1011001 0 1111 100100100 1010000 101111

Color Harmonies of #C018DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018DA

Black with #C018DA

Text Example


Text Example

White with #C018DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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