Html Css Color HEX #C33574 Medium Red Violet

📋 copy color: '#C33574'

red 195 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #C33574

Tints of Medium Red Violet #C33574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 53.57%
G = 14.56%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33574 (or 0xC33574) is known color: Medium Red Violet. HEX triplet: C3, 35 and 74. RGB value is (195,53,116). Sum of RGB (Red+Green+Blue) = 195+53+116=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33574 is #3CCA8B. Grayscale: #666666. Windows color (decimal): -3984012 or 7615939. OLE color: 7615939.

HSL color Cylindrical-coordinate representation of color #C33574: hue angle of 333.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33574 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 116 -
CMYK 0 0.73 0.41 0.24
HSL 333.38º 0.57% 0.49% -
HSV(B) 333.38º 0.73% 0.76% -
XYZ 26.93 15.41 18.08 -
YUV 102.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 195 53 116 0 0.73 0.41 0.24 333.38 0.57 0.49
Hex C3 35 74 0 49 29 18 14D 39 31
Octal 303 65 164 0 111 51 30 515 71 61
Binary 11000011 110101 1110100 0 1001001 101001 11000 101001101 111001 110001

Color Harmonies of #C33574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33574

Black with #C33574

Text Example


Text Example

White with #C33574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33574; }

 p { color: rgb(195,53,116); }

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

background-color css

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

 a { background-color: rgb(195,53,116); }

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

border-color css

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

 span { border-color: rgb(195,53,116); }

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