Html Css Color HEX #C32691 Medium Red Violet

📋 copy color: '#C32691'

red 195 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #C32691

Tints of Medium Red Violet #C32691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 51.59%
G = 10.05%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32691 (or 0xC32691) is known color: Medium Red Violet. HEX triplet: C3, 26 and 91. RGB value is (195,38,145). Sum of RGB (Red+Green+Blue) = 195+38+145=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32691 is #3CD96E. Grayscale: #606060. Windows color (decimal): -3987823 or 9512643. OLE color: 9512643.

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

Color convert

RGB 195 38 145 -
CMYK 0 0.81 0.26 0.24
HSL 319.11º 0.67% 0.46% -
HSV(B) 319.11º 0.81% 0.76% -
XYZ 28.31 15.03 28.2 -
YUV 97.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 195 38 145 0 0.81 0.26 0.24 319.11 0.67 0.46
Hex C3 26 91 0 51 1A 18 13F 43 2E
Octal 303 46 221 0 121 32 30 477 103 56
Binary 11000011 100110 10010001 0 1010001 11010 11000 100111111 1000011 101110

Color Harmonies of #C32691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32691

Black with #C32691

Text Example


Text Example

White with #C32691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32691; }

 p { color: rgb(195,38,145); }

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

background-color css

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

 a { background-color: rgb(195,38,145); }

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

border-color css

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

 span { border-color: rgb(195,38,145); }

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