Html Css Color HEX #C018DF Deep Magenta

📋 copy color: '#C018DF'

red 192 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #C018DF

Tints of Deep Magenta #C018DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 43.74%
G = 5.47%
B = 50.8%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C018DF (or 0xC018DF) is known color: Deep Magenta. HEX triplet: C0, 18 and DF. RGB value is (192,24,223). Sum of RGB (Red+Green+Blue) = 192+24+223=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C018DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018DF is #3FE720. Grayscale: #606060. Windows color (decimal): -4187937 or 14620864. OLE color: 14620864.

HSL color Cylindrical-coordinate representation of color #C018DF: hue angle of 290.65º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C018DF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 24 223 -
CMYK 0.14 0.89 0 0.13
HSL 290.65º 0.81% 0.48% -
HSV(B) 290.65º 0.89% 0.87% -
XYZ 35.38 17.19 71.26 -
YUV 96.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 192 24 223 0.14 0.89 0 0.13 290.65 0.81 0.48
Hex C0 18 DF E 59 0 D 123 51 30
Octal 300 30 337 16 131 0 15 443 121 60
Binary 11000000 11000 11011111 1110 1011001 0 1101 100100011 1010001 110000

Color Harmonies of #C018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018DF

Black with #C018DF

Text Example


Text Example

White with #C018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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