Html Css Color HEX #C5217D Medium Violet Red

📋 copy color: '#C5217D'

red 197 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #C5217D

Tints of Medium Violet Red #C5217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 55.49%
G = 9.3%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5217D (or 0xC5217D) is known color: Medium Violet Red. HEX triplet: C5, 21 and 7D. RGB value is (197,33,125). Sum of RGB (Red+Green+Blue) = 197+33+125=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217D is #3ADE82. Grayscale: #5C5C5C. Windows color (decimal): -3858051 or 8200645. OLE color: 8200645.

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

Color convert

RGB 197 33 125 -
CMYK 0 0.83 0.37 0.23
HSL 326.34º 0.71% 0.45% -
HSV(B) 326.34º 0.83% 0.77% -
XYZ 27.27 14.44 20.75 -
YUV 92.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 197 33 125 0 0.83 0.37 0.23 326.34 0.71 0.45
Hex C5 21 7D 0 53 25 17 146 47 2D
Octal 305 41 175 0 123 45 27 506 107 55
Binary 11000101 100001 1111101 0 1010011 100101 10111 101000110 1000111 101101

Color Harmonies of #C5217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5217D

Black with #C5217D

Text Example


Text Example

White with #C5217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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