Html Css Color HEX #C30390 Medium Violet Red

📋 copy color: '#C30390'

red 195 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #C30390

Tints of Medium Violet Red #C30390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 57.02%
G = 0.88%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C30390 (or 0xC30390) is known color: Medium Violet Red. HEX triplet: C3, 03 and 90. RGB value is (195,3,144). Sum of RGB (Red+Green+Blue) = 195+3+144=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C30390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30390 is #3CFC6F. Grayscale: #4C4C4C. Windows color (decimal): -3996784 or 9438147. OLE color: 9438147.

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

Color convert

RGB 195 3 144 -
CMYK 0 0.98 0.26 0.24
HSL 315.94º 0.97% 0.39% -
HSV(B) 315.94º 0.98% 0.76% -
XYZ 27.57 13.68 27.57 -
YUV 76.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 195 3 144 0 0.98 0.26 0.24 315.94 0.97 0.39
Hex C3 3 90 0 62 1A 18 13C 61 27
Octal 303 3 220 0 142 32 30 474 141 47
Binary 11000011 11 10010000 0 1100010 11010 11000 100111100 1100001 100111

Color Harmonies of #C30390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30390

Black with #C30390

Text Example


Text Example

White with #C30390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30390; }

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

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

background-color css

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

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

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

border-color css

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

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

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