Html Css Color HEX #C018A2 Medium Violet Red

📋 copy color: '#C018A2'

red 192 ◦ green 24 ◦ blue 162

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

Shades of Medium Violet Red #C018A2

Tints of Medium Violet Red #C018A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.86%

R = 50.79%
G = 6.35%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C018A2 (or 0xC018A2) is known color: Medium Violet Red. HEX triplet: C0, 18 and A2. RGB value is (192,24,162). Sum of RGB (Red+Green+Blue) = 192+24+162=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A2 is #3FE75D. Grayscale: #595959. Windows color (decimal): -4187998 or 10623168. OLE color: 10623168.

HSL color Cylindrical-coordinate representation of color #C018A2: hue angle of 310.71º 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 #C018A2 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 162 -
CMYK 0 0.88 0.16 0.25
HSL 310.71º 0.78% 0.42% -
HSV(B) 310.71º 0.88% 0.75% -
XYZ 28.59 14.47 35.47 -
YUV 89.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 192 24 162 0 0.88 0.16 0.25 310.71 0.78 0.42
Hex C0 18 A2 0 58 10 19 137 4E 2A
Octal 300 30 242 0 130 20 31 467 116 52
Binary 11000000 11000 10100010 0 1011000 10000 11001 100110111 1001110 101010

Color Harmonies of #C018A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018A2

Black with #C018A2

Text Example


Text Example

White with #C018A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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