Html Css Color HEX #C018D1 Deep Magenta

📋 copy color: '#C018D1'

red 192 ◦ green 24 ◦ blue 209

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

Shades of Deep Magenta #C018D1

Tints of Deep Magenta #C018D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 45.18%
G = 5.65%
B = 49.18%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C018D1 (or 0xC018D1) is known color: Deep Magenta. HEX triplet: C0, 18 and D1. RGB value is (192,24,209). Sum of RGB (Red+Green+Blue) = 192+24+209=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #C018D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018D1 is #3FE72E. Grayscale: #5E5E5E. Windows color (decimal): -4187951 or 13703360. OLE color: 13703360.

HSL color Cylindrical-coordinate representation of color #C018D1: hue angle of 294.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C018D1 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 24 209 -
CMYK 0.08 0.89 0 0.18
HSL 294.49º 0.79% 0.46% -
HSV(B) 294.49º 0.89% 0.82% -
XYZ 33.57 16.46 61.73 -
YUV 95.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 192 24 209 0.08 0.89 0 0.18 294.49 0.79 0.46
Hex C0 18 D1 8 59 0 12 126 4F 2E
Octal 300 30 321 10 131 0 22 446 117 56
Binary 11000000 11000 11010001 1000 1011001 0 10010 100100110 1001111 101110

Color Harmonies of #C018D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018D1

Black with #C018D1

Text Example


Text Example

White with #C018D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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