Html Css Color HEX #C33275 Medium Red Violet

📋 copy color: '#C33275'

red 195 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #C33275

Tints of Medium Red Violet #C33275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.81%

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

R = 53.87%
G = 13.81%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33275 (or 0xC33275) is known color: Medium Red Violet. HEX triplet: C3, 32 and 75. RGB value is (195,50,117). Sum of RGB (Red+Green+Blue) = 195+50+117=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C33275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33275 is #3CCD8A. Grayscale: #646464. Windows color (decimal): -3984779 or 7680707. OLE color: 7680707.

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

Color convert

RGB 195 50 117 -
CMYK 0 0.74 0.4 0.24
HSL 332.28º 0.59% 0.48% -
HSV(B) 332.28º 0.74% 0.76% -
XYZ 26.86 15.17 18.34 -
YUV 100.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 195 50 117 0 0.74 0.4 0.24 332.28 0.59 0.48
Hex C3 32 75 0 4A 28 18 14C 3B 30
Octal 303 62 165 0 112 50 30 514 73 60
Binary 11000011 110010 1110101 0 1001010 101000 11000 101001100 111011 110000

Color Harmonies of #C33275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33275

Black with #C33275

Text Example


Text Example

White with #C33275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33275; }

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

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

background-color css

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

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

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

border-color css

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

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

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