Html Css Color HEX #C33271 Medium Red Violet

📋 copy color: '#C33271'

red 195 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #C33271

Tints of Medium Red Violet #C33271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 54.47%
G = 13.97%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33271 (or 0xC33271) is known color: Medium Red Violet. HEX triplet: C3, 32 and 71. RGB value is (195,50,113). Sum of RGB (Red+Green+Blue) = 195+50+113=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C33271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33271 is #3CCD8E. Grayscale: #646464. Windows color (decimal): -3984783 or 7418563. OLE color: 7418563.

HSL color Cylindrical-coordinate representation of color #C33271: hue angle of 333.93º 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 #C33271 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 113 -
CMYK 0 0.74 0.42 0.24
HSL 333.93º 0.59% 0.48% -
HSV(B) 333.93º 0.74% 0.76% -
XYZ 26.63 15.08 17.13 -
YUV 100.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 195 50 113 0 0.74 0.42 0.24 333.93 0.59 0.48
Hex C3 32 71 0 4A 2A 18 14E 3B 30
Octal 303 62 161 0 112 52 30 516 73 60
Binary 11000011 110010 1110001 0 1001010 101010 11000 101001110 111011 110000

Color Harmonies of #C33271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33271

Black with #C33271

Text Example


Text Example

White with #C33271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33271; }

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

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

background-color css

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

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

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

border-color css

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

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

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