Html Css Color HEX #C30A97 Medium Violet Red

📋 copy color: '#C30A97'

red 195 ◦ green 10 ◦ blue 151

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

Shades of Medium Violet Red #C30A97

Tints of Medium Violet Red #C30A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 54.78%
G = 2.81%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C30A97 (or 0xC30A97) is known color: Medium Violet Red. HEX triplet: C3, 0A and 97. RGB value is (195,10,151). Sum of RGB (Red+Green+Blue) = 195+10+151=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30A97 is #3CF568. Grayscale: #515151. Windows color (decimal): -3994985 or 9898691. OLE color: 9898691.

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

Color convert

RGB 195 10 151 -
CMYK 0 0.95 0.23 0.24
HSL 314.27º 0.9% 0.4% -
HSV(B) 314.27º 0.95% 0.76% -
XYZ 28.2 14.05 30.5 -
YUV 81.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 195 10 151 0 0.95 0.23 0.24 314.27 0.9 0.4
Hex C3 A 97 0 5F 17 18 13A 5A 28
Octal 303 12 227 0 137 27 30 472 132 50
Binary 11000011 1010 10010111 0 1011111 10111 11000 100111010 1011010 101000

Color Harmonies of #C30A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A97

Black with #C30A97

Text Example


Text Example

White with #C30A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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