Html Css Color HEX #C32798 Medium Red Violet

📋 copy color: '#C32798'

red 195 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #C32798

Tints of Medium Red Violet #C32798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

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

R = 50.52%
G = 10.1%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C32798 (or 0xC32798) is known color: Medium Red Violet. HEX triplet: C3, 27 and 98. RGB value is (195,39,152). Sum of RGB (Red+Green+Blue) = 195+39+152=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C32798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32798 is #3CD867. Grayscale: #626262. Windows color (decimal): -3987560 or 9971651. OLE color: 9971651.

HSL color Cylindrical-coordinate representation of color #C32798: hue angle of 316.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32798 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 152 -
CMYK 0 0.80 0.22 0.24
HSL 316.54º 0.67% 0.46% -
HSV(B) 316.54º 0.8% 0.76% -
XYZ 28.9 15.32 31.14 -
YUV 98.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 195 39 152 0 0.80 0.22 0.24 316.54 0.67 0.46
Hex C3 27 98 0 50 16 18 13D 43 2E
Octal 303 47 230 0 120 26 30 475 103 56
Binary 11000011 100111 10011000 0 1010000 10110 11000 100111101 1000011 101110

Color Harmonies of #C32798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32798

Black with #C32798

Text Example


Text Example

White with #C32798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32798; }

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

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

background-color css

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

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

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

border-color css

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

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

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