Html Css Color HEX #C33695 Medium Red Violet

📋 copy color: '#C33695'

red 195 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #C33695

Tints of Medium Red Violet #C33695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.57%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 48.99%
G = 13.57%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C33695 (or 0xC33695) is known color: Medium Red Violet. HEX triplet: C3, 36 and 95. RGB value is (195,54,149). Sum of RGB (Red+Green+Blue) = 195+54+149=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33695 is #3CC96A. Grayscale: #6A6A6A. Windows color (decimal): -3983723 or 9778883. OLE color: 9778883.

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

Color convert

RGB 195 54 149 -
CMYK 0 0.72 0.24 0.24
HSL 319.57º 0.57% 0.49% -
HSV(B) 319.57º 0.72% 0.76% -
XYZ 29.25 16.41 30.06 -
YUV 106.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 195 54 149 0 0.72 0.24 0.24 319.57 0.57 0.49
Hex C3 36 95 0 48 18 18 140 39 31
Octal 303 66 225 0 110 30 30 500 71 61
Binary 11000011 110110 10010101 0 1001000 11000 11000 101000000 111001 110001

Color Harmonies of #C33695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33695

Black with #C33695

Text Example


Text Example

White with #C33695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33695; }

 p { color: rgb(195,54,149); }

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

background-color css

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

 a { background-color: rgb(195,54,149); }

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

border-color css

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

 span { border-color: rgb(195,54,149); }

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