Html Css Color HEX #C33071 Medium Red Violet

📋 copy color: '#C33071'

red 195 ◦ green 48 ◦ blue 113

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

Shades of Medium Red Violet #C33071

Tints of Medium Red Violet #C33071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.48%

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

R = 54.78%
G = 13.48%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33071 (or 0xC33071) is known color: Medium Red Violet. HEX triplet: C3, 30 and 71. RGB value is (195,48,113). Sum of RGB (Red+Green+Blue) = 195+48+113=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C33071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33071 is #3CCF8E. Grayscale: #636363. Windows color (decimal): -3985295 or 7418051. OLE color: 7418051.

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

Color convert

RGB 195 48 113 -
CMYK 0 0.75 0.42 0.24
HSL 333.47º 0.6% 0.48% -
HSV(B) 333.47º 0.75% 0.76% -
XYZ 26.54 14.91 17.1 -
YUV 99.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 195 48 113 0 0.75 0.42 0.24 333.47 0.6 0.48
Hex C3 30 71 0 4B 2A 18 14D 3C 30
Octal 303 60 161 0 113 52 30 515 74 60
Binary 11000011 110000 1110001 0 1001011 101010 11000 101001101 111100 110000

Color Harmonies of #C33071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33071

Black with #C33071

Text Example


Text Example

White with #C33071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33071; }

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

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

background-color css

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

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

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

border-color css

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

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

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