Html Css Color HEX #C32FAB Medium Red Violet

📋 copy color: '#C32FAB'

red 195 ◦ green 47 ◦ blue 171

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

Shades of Medium Red Violet #C32FAB

Tints of Medium Red Violet #C32FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

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

R = 47.22%
G = 11.38%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32FAB (or 0xC32FAB) is known color: Medium Red Violet. HEX triplet: C3, 2F and AB. RGB value is (195,47,171). Sum of RGB (Red+Green+Blue) = 195+47+171=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FAB is #3CD054. Grayscale: #696969. Windows color (decimal): -3985493 or 11218883. OLE color: 11218883.

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

Color convert

RGB 195 47 171 -
CMYK 0 0.76 0.12 0.24
HSL 309.73º 0.61% 0.47% -
HSV(B) 309.73º 0.76% 0.76% -
XYZ 30.87 16.58 40.1 -
YUV 105.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 195 47 171 0 0.76 0.12 0.24 309.73 0.61 0.47
Hex C3 2F AB 0 4C C 18 136 3D 2F
Octal 303 57 253 0 114 14 30 466 75 57
Binary 11000011 101111 10101011 0 1001100 1100 11000 100110110 111101 101111

Color Harmonies of #C32FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FAB

Black with #C32FAB

Text Example


Text Example

White with #C32FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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