Html Css Color HEX #C32098 Medium Violet Red

📋 copy color: '#C32098'

red 195 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #C32098

Tints of Medium Violet Red #C32098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

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

R = 51.45%
G = 8.44%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C32098 (or 0xC32098) is known color: Medium Violet Red. HEX triplet: C3, 20 and 98. RGB value is (195,32,152). Sum of RGB (Red+Green+Blue) = 195+32+152=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32098 is #3CDF67. Grayscale: #5E5E5E. Windows color (decimal): -3989352 or 9969859. OLE color: 9969859.

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

Color convert

RGB 195 32 152 -
CMYK 0 0.84 0.22 0.24
HSL 315.83º 0.72% 0.45% -
HSV(B) 315.83º 0.84% 0.76% -
XYZ 28.69 14.9 31.07 -
YUV 94.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 195 32 152 0 0.84 0.22 0.24 315.83 0.72 0.45
Hex C3 20 98 0 54 16 18 13C 48 2D
Octal 303 40 230 0 124 26 30 474 110 55
Binary 11000011 100000 10011000 0 1010100 10110 11000 100111100 1001000 101101

Color Harmonies of #C32098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32098

Black with #C32098

Text Example


Text Example

White with #C32098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32098; }

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

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

background-color css

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

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

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

border-color css

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

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

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