Html Css Color HEX #C5217F Medium Violet Red

📋 copy color: '#C5217F'

red 197 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #C5217F

Tints of Medium Violet Red #C5217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 55.18%
G = 9.24%
B = 35.57%

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

#C5217F (or 0xC5217F) is known color: Medium Violet Red. HEX triplet: C5, 21 and 7F. RGB value is (197,33,127). Sum of RGB (Red+Green+Blue) = 197+33+127=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217F is #3ADE80. Grayscale: #5C5C5C. Windows color (decimal): -3858049 or 8331717. OLE color: 8331717.

HSL color Cylindrical-coordinate representation of color #C5217F: hue angle of 325.61º 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 #C5217F is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 127 -
CMYK 0 0.83 0.36 0.23
HSL 325.61º 0.71% 0.45% -
HSV(B) 325.61º 0.83% 0.77% -
XYZ 27.4 14.49 21.43 -
YUV 92.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 197 33 127 0 0.83 0.36 0.23 325.61 0.71 0.45
Hex C5 21 7F 0 53 24 17 146 47 2D
Octal 305 41 177 0 123 44 27 506 107 55
Binary 11000101 100001 1111111 0 1010011 100100 10111 101000110 1000111 101101

Color Harmonies of #C5217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5217F

Black with #C5217F

Text Example


Text Example

White with #C5217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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