Html Css Color HEX #C018DB Deep Magenta

📋 copy color: '#C018DB'

red 192 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #C018DB

Tints of Deep Magenta #C018DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 44.14%
G = 5.52%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C018DB (or 0xC018DB) is known color: Deep Magenta. HEX triplet: C0, 18 and DB. RGB value is (192,24,219). Sum of RGB (Red+Green+Blue) = 192+24+219=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C018DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018DB is #3FE724. Grayscale: #5F5F5F. Windows color (decimal): -4187941 or 14358720. OLE color: 14358720.

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

Color convert

RGB 192 24 219 -
CMYK 0.12 0.89 0 0.14
HSL 291.69º 0.8% 0.48% -
HSV(B) 291.69º 0.89% 0.86% -
XYZ 34.85 16.97 68.46 -
YUV 96.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 192 24 219 0.12 0.89 0 0.14 291.69 0.8 0.48
Hex C0 18 DB C 59 0 E 124 50 30
Octal 300 30 333 14 131 0 16 444 120 60
Binary 11000000 11000 11011011 1100 1011001 0 1110 100100100 1010000 110000

Color Harmonies of #C018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018DB

Black with #C018DB

Text Example


Text Example

White with #C018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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