Html Css Color HEX #C2217C Medium Violet Red

📋 copy color: '#C2217C'

red 194 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #C2217C

Tints of Medium Violet Red #C2217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 55.27%
G = 9.4%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2217C (or 0xC2217C) is known color: Medium Violet Red. HEX triplet: C2, 21 and 7C. RGB value is (194,33,124). Sum of RGB (Red+Green+Blue) = 194+33+124=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2217C is #3DDE83. Grayscale: #5B5B5B. Windows color (decimal): -4054660 or 8135106. OLE color: 8135106.

HSL color Cylindrical-coordinate representation of color #C2217C: hue angle of 326.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2217C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 124 -
CMYK 0 0.83 0.36 0.24
HSL 326.09º 0.71% 0.45% -
HSV(B) 326.09º 0.83% 0.76% -
XYZ 26.43 14.01 20.38 -
YUV 91.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 194 33 124 0 0.83 0.36 0.24 326.09 0.71 0.45
Hex C2 21 7C 0 53 24 18 146 47 2D
Octal 302 41 174 0 123 44 30 506 107 55
Binary 11000010 100001 1111100 0 1010011 100100 11000 101000110 1000111 101101

Color Harmonies of #C2217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2217C

Black with #C2217C

Text Example


Text Example

White with #C2217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2217C; }

 p { color: rgb(194,33,124); }

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

background-color css

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

 a { background-color: rgb(194,33,124); }

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

border-color css

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

 span { border-color: rgb(194,33,124); }

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