Html Css Color HEX #C018CE Deep Magenta

📋 copy color: '#C018CE'

red 192 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #C018CE

Tints of Deep Magenta #C018CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 45.5%
G = 5.69%
B = 48.82%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C018CE (or 0xC018CE) is known color: Deep Magenta. HEX triplet: C0, 18 and CE. RGB value is (192,24,206). Sum of RGB (Red+Green+Blue) = 192+24+206=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C018CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018CE is #3FE731. Grayscale: #5E5E5E. Windows color (decimal): -4187954 or 13506752. OLE color: 13506752.

HSL color Cylindrical-coordinate representation of color #C018CE: hue angle of 295.38º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018CE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 24 206 -
CMYK 0.07 0.88 0 0.19
HSL 295.38º 0.79% 0.45% -
HSV(B) 295.38º 0.88% 0.81% -
XYZ 33.21 16.32 59.79 -
YUV 94.98 190.66 197.2 -
System Red Green Blue C M Y K H S L
Decimal 192 24 206 0.07 0.88 0 0.19 295.38 0.79 0.45
Hex C0 18 CE 7 58 0 13 127 4F 2D
Octal 300 30 316 7 130 0 23 447 117 55
Binary 11000000 11000 11001110 111 1011000 0 10011 100100111 1001111 101101

Color Harmonies of #C018CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018CE

Black with #C018CE

Text Example


Text Example

White with #C018CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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