Html Css Color HEX #C52777 Medium Red Violet

📋 copy color: '#C52777'

red 197 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #C52777

Tints of Medium Red Violet #C52777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.99%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 55.49%
G = 10.99%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C52777 (or 0xC52777) is known color: Medium Red Violet. HEX triplet: C5, 27 and 77. RGB value is (197,39,119). Sum of RGB (Red+Green+Blue) = 197+39+119=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C52777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52777 is #3AD888. Grayscale: #5F5F5F. Windows color (decimal): -3856521 or 7808965. OLE color: 7808965.

HSL color Cylindrical-coordinate representation of color #C52777: hue angle of 329.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52777 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 119 -
CMYK 0 0.80 0.40 0.23
HSL 329.62º 0.67% 0.46% -
HSV(B) 329.62º 0.8% 0.77% -
XYZ 27.08 14.65 18.85 -
YUV 95.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 197 39 119 0 0.80 0.40 0.23 329.62 0.67 0.46
Hex C5 27 77 0 50 28 17 14A 43 2E
Octal 305 47 167 0 120 50 27 512 103 56
Binary 11000101 100111 1110111 0 1010000 101000 10111 101001010 1000011 101110

Color Harmonies of #C52777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52777

Black with #C52777

Text Example


Text Example

White with #C52777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52777; }

 p { color: rgb(197,39,119); }

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

background-color css

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

 a { background-color: rgb(197,39,119); }

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

border-color css

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

 span { border-color: rgb(197,39,119); }

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