Html Css Color HEX #C332AA Medium Red Violet

📋 copy color: '#C332AA'

red 195 ◦ green 50 ◦ blue 170

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

Shades of Medium Red Violet #C332AA

Tints of Medium Red Violet #C332AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 46.99%
G = 12.05%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C332AA (or 0xC332AA) is known color: Medium Red Violet. HEX triplet: C3, 32 and AA. RGB value is (195,50,170). Sum of RGB (Red+Green+Blue) = 195+50+170=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C332AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C332AA is #3CCD55. Grayscale: #6A6A6A. Windows color (decimal): -3984726 or 11154115. OLE color: 11154115.

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

Color convert

RGB 195 50 170 -
CMYK 0 0.74 0.13 0.24
HSL 310.34º 0.59% 0.48% -
HSV(B) 310.34º 0.74% 0.76% -
XYZ 30.9 16.79 39.64 -
YUV 107.04 163.54 190.74 -
System Red Green Blue C M Y K H S L
Decimal 195 50 170 0 0.74 0.13 0.24 310.34 0.59 0.48
Hex C3 32 AA 0 4A D 18 136 3B 30
Octal 303 62 252 0 112 15 30 466 73 60
Binary 11000011 110010 10101010 0 1001010 1101 11000 100110110 111011 110000

Color Harmonies of #C332AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332AA

Black with #C332AA

Text Example


Text Example

White with #C332AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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