Html Css Color HEX #C018A5 Medium Violet Red

📋 copy color: '#C018A5'

red 192 ◦ green 24 ◦ blue 165

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

Shades of Medium Violet Red #C018A5

Tints of Medium Violet Red #C018A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 50.39%
G = 6.3%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C018A5 (or 0xC018A5) is known color: Medium Violet Red. HEX triplet: C0, 18 and A5. RGB value is (192,24,165). Sum of RGB (Red+Green+Blue) = 192+24+165=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A5 is #3FE75A. Grayscale: #595959. Windows color (decimal): -4187995 or 10819776. OLE color: 10819776.

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

Color convert

RGB 192 24 165 -
CMYK 0 0.88 0.14 0.25
HSL 309.64º 0.78% 0.42% -
HSV(B) 309.64º 0.88% 0.75% -
XYZ 28.86 14.58 36.89 -
YUV 90.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 192 24 165 0 0.88 0.14 0.25 309.64 0.78 0.42
Hex C0 18 A5 0 58 E 19 136 4E 2A
Octal 300 30 245 0 130 16 31 466 116 52
Binary 11000000 11000 10100101 0 1011000 1110 11001 100110110 1001110 101010

Color Harmonies of #C018A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018A5

Black with #C018A5

Text Example


Text Example

White with #C018A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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