Html Css Color HEX #C332A4 Medium Red Violet

📋 copy color: '#C332A4'

red 195 ◦ green 50 ◦ blue 164

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

Shades of Medium Red Violet #C332A4

Tints of Medium Red Violet #C332A4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.22%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 47.68%
G = 12.22%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C332A4 (or 0xC332A4) is known color: Medium Red Violet. HEX triplet: C3, 32 and A4. RGB value is (195,50,164). Sum of RGB (Red+Green+Blue) = 195+50+164=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C332A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C332A4 is #3CCD5B. Grayscale: #6A6A6A. Windows color (decimal): -3984732 or 10760899. OLE color: 10760899.

HSL color Cylindrical-coordinate representation of color #C332A4: hue angle of 312.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C332A4 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 164 -
CMYK 0 0.74 0.16 0.24
HSL 312.83º 0.59% 0.48% -
HSV(B) 312.83º 0.74% 0.76% -
XYZ 30.35 16.56 36.72 -
YUV 106.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 195 50 164 0 0.74 0.16 0.24 312.83 0.59 0.48
Hex C3 32 A4 0 4A 10 18 139 3B 30
Octal 303 62 244 0 112 20 30 471 73 60
Binary 11000011 110010 10100100 0 1001010 10000 11000 100111001 111011 110000

Color Harmonies of #C332A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332A4

Black with #C332A4

Text Example


Text Example

White with #C332A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332A4; }

 p { color: rgb(195,50,164); }

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

background-color css

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

 a { background-color: rgb(195,50,164); }

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

border-color css

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

 span { border-color: rgb(195,50,164); }

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