Html Css Color HEX #C30AA2 Medium Violet Red

📋 copy color: '#C30AA2'

red 195 ◦ green 10 ◦ blue 162

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

Shades of Medium Violet Red #C30AA2

Tints of Medium Violet Red #C30AA2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 53.13%
G = 2.72%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C30AA2 (or 0xC30AA2) is known color: Medium Violet Red. HEX triplet: C3, 0A and A2. RGB value is (195,10,162). Sum of RGB (Red+Green+Blue) = 195+10+162=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AA2 is #3CF55D. Grayscale: #525252. Windows color (decimal): -3994974 or 10619587. OLE color: 10619587.

HSL color Cylindrical-coordinate representation of color #C30AA2: hue angle of 310.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 162 -
CMYK 0 0.95 0.17 0.24
HSL 310.7º 0.9% 0.4% -
HSV(B) 310.7º 0.95% 0.76% -
XYZ 29.14 14.43 35.43 -
YUV 82.64 172.79 208.14 -
System Red Green Blue C M Y K H S L
Decimal 195 10 162 0 0.95 0.17 0.24 310.7 0.9 0.4
Hex C3 A A2 0 5F 11 18 137 5A 28
Octal 303 12 242 0 137 21 30 467 132 50
Binary 11000011 1010 10100010 0 1011111 10001 11000 100110111 1011010 101000

Color Harmonies of #C30AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AA2

Black with #C30AA2

Text Example


Text Example

White with #C30AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AA2; }

 p { color: rgb(195,10,162); }

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

background-color css

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

 a { background-color: rgb(195,10,162); }

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

border-color css

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

 span { border-color: rgb(195,10,162); }

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