Html Css Color HEX #C218A8 Medium Violet Red

📋 copy color: '#C218A8'

red 194 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #C218A8

Tints of Medium Violet Red #C218A8

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

 BLUE value IS 168 (66.02% from 255) = 43.52%

R = 50.26%
G = 6.22%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C218A8 (or 0xC218A8) is known color: Medium Violet Red. HEX triplet: C2, 18 and A8. RGB value is (194,24,168). Sum of RGB (Red+Green+Blue) = 194+24+168=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C218A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218A8 is #3DE757. Grayscale: #5A5A5A. Windows color (decimal): -4056920 or 11016386. OLE color: 11016386.

HSL color Cylindrical-coordinate representation of color #C218A8: hue angle of 309.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218A8 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 168 -
CMYK 0 0.88 0.13 0.24
HSL 309.18º 0.78% 0.43% -
HSV(B) 309.18º 0.88% 0.76% -
XYZ 29.64 14.95 38.37 -
YUV 91.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 194 24 168 0 0.88 0.13 0.24 309.18 0.78 0.43
Hex C2 18 A8 0 58 D 18 135 4E 2B
Octal 302 30 250 0 130 15 30 465 116 53
Binary 11000010 11000 10101000 0 1011000 1101 11000 100110101 1001110 101011

Color Harmonies of #C218A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218A8

Black with #C218A8

Text Example


Text Example

White with #C218A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218A8; }

 p { color: rgb(194,24,168); }

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

background-color css

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

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

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

border-color css

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

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

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