Html Css Color HEX #C32299 Medium Violet Red

📋 copy color: '#C32299'

red 195 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #C32299

Tints of Medium Violet Red #C32299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.9%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 51.05%
G = 8.9%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C32299 (or 0xC32299) is known color: Medium Violet Red. HEX triplet: C3, 22 and 99. RGB value is (195,34,153). Sum of RGB (Red+Green+Blue) = 195+34+153=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C32299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32299 is #3CDD66. Grayscale: #5F5F5F. Windows color (decimal): -3988839 or 10035907. OLE color: 10035907.

HSL color Cylindrical-coordinate representation of color #C32299: hue angle of 315.65º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32299 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 153 -
CMYK 0 0.83 0.22 0.24
HSL 315.65º 0.7% 0.45% -
HSV(B) 315.65º 0.83% 0.76% -
XYZ 28.83 15.05 31.52 -
YUV 95.71 160.34 198.82 -
System Red Green Blue C M Y K H S L
Decimal 195 34 153 0 0.83 0.22 0.24 315.65 0.7 0.45
Hex C3 22 99 0 53 16 18 13C 46 2D
Octal 303 42 231 0 123 26 30 474 106 55
Binary 11000011 100010 10011001 0 1010011 10110 11000 100111100 1000110 101101

Color Harmonies of #C32299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32299

Black with #C32299

Text Example


Text Example

White with #C32299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32299; }

 p { color: rgb(195,34,153); }

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

background-color css

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

 a { background-color: rgb(195,34,153); }

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

border-color css

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

 span { border-color: rgb(195,34,153); }

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