Html Css Color HEX #C33475 Medium Red Violet

📋 copy color: '#C33475'

red 195 ◦ green 52 ◦ blue 117

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

Shades of Medium Red Violet #C33475

Tints of Medium Red Violet #C33475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 53.57%
G = 14.29%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33475 (or 0xC33475) is known color: Medium Red Violet. HEX triplet: C3, 34 and 75. RGB value is (195,52,117). Sum of RGB (Red+Green+Blue) = 195+52+117=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33475 is #3CCB8A. Grayscale: #666666. Windows color (decimal): -3984267 or 7681219. OLE color: 7681219.

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

Color convert

RGB 195 52 117 -
CMYK 0 0.73 0.4 0.24
HSL 332.73º 0.58% 0.48% -
HSV(B) 332.73º 0.73% 0.76% -
XYZ 26.94 15.34 18.37 -
YUV 102.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 195 52 117 0 0.73 0.4 0.24 332.73 0.58 0.48
Hex C3 34 75 0 49 28 18 14D 3A 30
Octal 303 64 165 0 111 50 30 515 72 60
Binary 11000011 110100 1110101 0 1001001 101000 11000 101001101 111010 110000

Color Harmonies of #C33475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33475

Black with #C33475

Text Example


Text Example

White with #C33475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33475; }

 p { color: rgb(195,52,117); }

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

background-color css

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

 a { background-color: rgb(195,52,117); }

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

border-color css

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

 span { border-color: rgb(195,52,117); }

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