Html Css Color HEX #C32198 Medium Violet Red

📋 copy color: '#C32198'

red 195 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #C32198

Tints of Medium Violet Red #C32198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 51.32%
G = 8.68%
B = 40%

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

#C32198 (or 0xC32198) is known color: Medium Violet Red. HEX triplet: C3, 21 and 98. RGB value is (195,33,152). Sum of RGB (Red+Green+Blue) = 195+33+152=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32198 is #3CDE67. Grayscale: #5E5E5E. Windows color (decimal): -3989096 or 9970115. OLE color: 9970115.

HSL color Cylindrical-coordinate representation of color #C32198: hue angle of 315.93º degrees, saturation: 0.71, 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 #C32198 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 152 -
CMYK 0 0.83 0.22 0.24
HSL 315.93º 0.71% 0.45% -
HSV(B) 315.93º 0.83% 0.76% -
XYZ 28.72 14.96 31.08 -
YUV 95 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 195 33 152 0 0.83 0.22 0.24 315.93 0.71 0.45
Hex C3 21 98 0 53 16 18 13C 47 2D
Octal 303 41 230 0 123 26 30 474 107 55
Binary 11000011 100001 10011000 0 1010011 10110 11000 100111100 1000111 101101

Color Harmonies of #C32198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32198

Black with #C32198

Text Example


Text Example

White with #C32198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32198; }

 p { color: rgb(195,33,152); }

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

background-color css

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

 a { background-color: rgb(195,33,152); }

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

border-color css

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

 span { border-color: rgb(195,33,152); }

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