Html Css Color HEX #C5217E Medium Violet Red

📋 copy color: '#C5217E'

red 197 ◦ green 33 ◦ blue 126

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

Shades of Medium Violet Red #C5217E

Tints of Medium Violet Red #C5217E

RGB

 RED value IS 197 (77.34% from 255) = 55.34%

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 55.34%
G = 9.27%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5217E (or 0xC5217E) is known color: Medium Violet Red. HEX triplet: C5, 21 and 7E. RGB value is (197,33,126). Sum of RGB (Red+Green+Blue) = 197+33+126=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217E is #3ADE81. Grayscale: #5C5C5C. Windows color (decimal): -3858050 or 8266181. OLE color: 8266181.

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

Color convert

RGB 197 33 126 -
CMYK 0 0.83 0.36 0.23
HSL 325.98º 0.71% 0.45% -
HSV(B) 325.98º 0.83% 0.77% -
XYZ 27.34 14.46 21.09 -
YUV 92.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 197 33 126 0 0.83 0.36 0.23 325.98 0.71 0.45
Hex C5 21 7E 0 53 24 17 146 47 2D
Octal 305 41 176 0 123 44 27 506 107 55
Binary 11000101 100001 1111110 0 1010011 100100 10111 101000110 1000111 101101

Color Harmonies of #C5217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5217E

Black with #C5217E

Text Example


Text Example

White with #C5217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5217E; }

 p { color: rgb(197,33,126); }

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

background-color css

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

 a { background-color: rgb(197,33,126); }

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

border-color css

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

 span { border-color: rgb(197,33,126); }

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