Html Css Color HEX #C30790 Medium Violet Red

📋 copy color: '#C30790'

red 195 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #C30790

Tints of Medium Violet Red #C30790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 56.36%
G = 2.02%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C30790 (or 0xC30790) is known color: Medium Violet Red. HEX triplet: C3, 07 and 90. RGB value is (195,7,144). Sum of RGB (Red+Green+Blue) = 195+7+144=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C30790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30790 is #3CF86F. Grayscale: #4E4E4E. Windows color (decimal): -3995760 or 9439171. OLE color: 9439171.

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

Color convert

RGB 195 7 144 -
CMYK 0 0.96 0.26 0.24
HSL 316.28º 0.93% 0.4% -
HSV(B) 316.28º 0.96% 0.76% -
XYZ 27.62 13.77 27.59 -
YUV 78.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 195 7 144 0 0.96 0.26 0.24 316.28 0.93 0.4
Hex C3 7 90 0 60 1A 18 13C 5D 28
Octal 303 7 220 0 140 32 30 474 135 50
Binary 11000011 111 10010000 0 1100000 11010 11000 100111100 1011101 101000

Color Harmonies of #C30790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30790

Black with #C30790

Text Example


Text Example

White with #C30790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30790; }

 p { color: rgb(195,7,144); }

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

background-color css

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

 a { background-color: rgb(195,7,144); }

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

border-color css

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

 span { border-color: rgb(195,7,144); }

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