Html Css Color HEX #C32A8A Medium Red Violet

📋 copy color: '#C32A8A'

red 195 ◦ green 42 ◦ blue 138

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

Shades of Medium Red Violet #C32A8A

Tints of Medium Red Violet #C32A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.2%

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 52%
G = 11.2%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C32A8A (or 0xC32A8A) is known color: Medium Red Violet. HEX triplet: C3, 2A and 8A. RGB value is (195,42,138). Sum of RGB (Red+Green+Blue) = 195+42+138=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A8A is #3CD575. Grayscale: #626262. Windows color (decimal): -3986806 or 9054915. OLE color: 9054915.

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

Color convert

RGB 195 42 138 -
CMYK 0 0.78 0.29 0.24
HSL 322.35º 0.65% 0.46% -
HSV(B) 322.35º 0.78% 0.76% -
XYZ 27.92 15.09 25.49 -
YUV 98.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 195 42 138 0 0.78 0.29 0.24 322.35 0.65 0.46
Hex C3 2A 8A 0 4E 1D 18 142 41 2E
Octal 303 52 212 0 116 35 30 502 101 56
Binary 11000011 101010 10001010 0 1001110 11101 11000 101000010 1000001 101110

Color Harmonies of #C32A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A8A

Black with #C32A8A

Text Example


Text Example

White with #C32A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A8A; }

 p { color: rgb(195,42,138); }

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

background-color css

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

 a { background-color: rgb(195,42,138); }

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

border-color css

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

 span { border-color: rgb(195,42,138); }

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