Html Css Color HEX #C32DAB Medium Red Violet

📋 copy color: '#C32DAB'

red 195 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #C32DAB

Tints of Medium Red Violet #C32DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 47.45%
G = 10.95%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32DAB (or 0xC32DAB) is known color: Medium Red Violet. HEX triplet: C3, 2D and AB. RGB value is (195,45,171). Sum of RGB (Red+Green+Blue) = 195+45+171=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DAB is #3CD254. Grayscale: #676767. Windows color (decimal): -3986005 or 11218371. OLE color: 11218371.

HSL color Cylindrical-coordinate representation of color #C32DAB: hue angle of 309.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32DAB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 171 -
CMYK 0 0.77 0.12 0.24
HSL 309.6º 0.63% 0.47% -
HSV(B) 309.6º 0.77% 0.76% -
XYZ 30.79 16.42 40.07 -
YUV 104.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 195 45 171 0 0.77 0.12 0.24 309.6 0.63 0.47
Hex C3 2D AB 0 4D C 18 136 3E 2F
Octal 303 55 253 0 115 14 30 466 76 57
Binary 11000011 101101 10101011 0 1001101 1100 11000 100110110 111110 101111

Color Harmonies of #C32DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DAB

Black with #C32DAB

Text Example


Text Example

White with #C32DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DAB; }

 p { color: rgb(195,45,171); }

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

background-color css

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

 a { background-color: rgb(195,45,171); }

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

border-color css

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

 span { border-color: rgb(195,45,171); }

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