Html Css Color HEX #C32681 Medium Red Violet

📋 copy color: '#C32681'

red 195 ◦ green 38 ◦ blue 129

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

Shades of Medium Red Violet #C32681

Tints of Medium Red Violet #C32681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 53.87%
G = 10.5%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C32681 (or 0xC32681) is known color: Medium Red Violet. HEX triplet: C3, 26 and 81. RGB value is (195,38,129). Sum of RGB (Red+Green+Blue) = 195+38+129=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C32681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32681 is #3CD97E. Grayscale: #5F5F5F. Windows color (decimal): -3987839 or 8464067. OLE color: 8464067.

HSL color Cylindrical-coordinate representation of color #C32681: hue angle of 325.22º 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 #C32681 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 129 -
CMYK 0 0.81 0.34 0.24
HSL 325.22º 0.67% 0.46% -
HSV(B) 325.22º 0.81% 0.76% -
XYZ 27.16 14.57 22.15 -
YUV 95.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 195 38 129 0 0.81 0.34 0.24 325.22 0.67 0.46
Hex C3 26 81 0 51 22 18 145 43 2E
Octal 303 46 201 0 121 42 30 505 103 56
Binary 11000011 100110 10000001 0 1010001 100010 11000 101000101 1000011 101110

Color Harmonies of #C32681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32681

Black with #C32681

Text Example


Text Example

White with #C32681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32681; }

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

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

background-color css

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

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

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

border-color css

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

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

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