Html Css Color HEX #C30491 Medium Violet Red

📋 copy color: '#C30491'

red 195 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #C30491

Tints of Medium Violet Red #C30491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 56.69%
G = 1.16%
B = 42.15%

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

#C30491 (or 0xC30491) is known color: Medium Violet Red. HEX triplet: C3, 04 and 91. RGB value is (195,4,145). Sum of RGB (Red+Green+Blue) = 195+4+145=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C30491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30491 is #3CFB6E. Grayscale: #4C4C4C. Windows color (decimal): -3996527 or 9503939. OLE color: 9503939.

HSL color Cylindrical-coordinate representation of color #C30491: hue angle of 315.71º degrees, saturation: 0.96, 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 #C30491 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 145 -
CMYK 0 0.98 0.26 0.24
HSL 315.71º 0.96% 0.39% -
HSV(B) 315.71º 0.98% 0.76% -
XYZ 27.66 13.73 27.98 -
YUV 77.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 195 4 145 0 0.98 0.26 0.24 315.71 0.96 0.39
Hex C3 4 91 0 62 1A 18 13C 60 27
Octal 303 4 221 0 142 32 30 474 140 47
Binary 11000011 100 10010001 0 1100010 11010 11000 100111100 1100000 100111

Color Harmonies of #C30491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30491

Black with #C30491

Text Example


Text Example

White with #C30491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30491; }

 p { color: rgb(195,4,145); }

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

background-color css

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

 a { background-color: rgb(195,4,145); }

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

border-color css

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

 span { border-color: rgb(195,4,145); }

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