Html Css Color HEX #C32077 Medium Violet Red

📋 copy color: '#C32077'

red 195 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #C32077

Tints of Medium Violet Red #C32077

RGB

 RED value IS 195 (76.56% from 255) = 56.36%

 GREEN value IS 32 (12.89% from 255) = 9.25%

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

R = 56.36%
G = 9.25%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C32077 (or 0xC32077) is known color: Medium Violet Red. HEX triplet: C3, 20 and 77. RGB value is (195,32,119). Sum of RGB (Red+Green+Blue) = 195+32+119=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32077 is #3CDF88. Grayscale: #5A5A5A. Windows color (decimal): -3989385 or 7807171. OLE color: 7807171.

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

Color convert

RGB 195 32 119 -
CMYK 0 0.84 0.39 0.24
HSL 327.98º 0.72% 0.45% -
HSV(B) 327.98º 0.84% 0.76% -
XYZ 26.35 13.97 18.76 -
YUV 90.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 195 32 119 0 0.84 0.39 0.24 327.98 0.72 0.45
Hex C3 20 77 0 54 27 18 148 48 2D
Octal 303 40 167 0 124 47 30 510 110 55
Binary 11000011 100000 1110111 0 1010100 100111 11000 101001000 1001000 101101

Color Harmonies of #C32077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32077

Black with #C32077

Text Example


Text Example

White with #C32077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32077; }

 p { color: rgb(195,32,119); }

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

background-color css

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

 a { background-color: rgb(195,32,119); }

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

border-color css

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

 span { border-color: rgb(195,32,119); }

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