Html Css Color HEX #C018C0 Deep Magenta

📋 copy color: '#C018C0'

red 192 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #C018C0

Tints of Deep Magenta #C018C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 47.06%
G = 5.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C018C0 (or 0xC018C0) is known color: Deep Magenta. HEX triplet: C0, 18 and C0. RGB value is (192,24,192). Sum of RGB (Red+Green+Blue) = 192+24+192=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C018C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018C0 is #3FE73F. Grayscale: #5C5C5C. Windows color (decimal): -4187968 or 12589248. OLE color: 12589248.

HSL color Cylindrical-coordinate representation of color #C018C0: hue angle of 300º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018C0 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 192 -
CMYK 0 0.88 0 0.25
HSL 300º 0.78% 0.42% -
HSV(B) 300º 0.88% 0.75% -
XYZ 31.58 15.67 51.23 -
YUV 93.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 192 24 192 0 0.88 0 0.25 300 0.78 0.42
Hex C0 18 C0 0 58 0 19 12C 4E 2A
Octal 300 30 300 0 130 0 31 454 116 52
Binary 11000000 11000 11000000 0 1011000 0 11001 100101100 1001110 101010

Color Harmonies of #C018C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018C0

Black with #C018C0

Text Example


Text Example

White with #C018C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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