Html Css Color HEX #C30091 Medium Violet Red

📋 copy color: '#C30091'

red 195 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #C30091

Tints of Medium Violet Red #C30091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.35%
G = 0%
B = 42.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C30091 (or 0xC30091) is known color: Medium Violet Red. HEX triplet: C3, 00 and 91. RGB value is (195,0,145). Sum of RGB (Red+Green+Blue) = 195+0+145=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C30091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30091 is #3CFF6E. Grayscale: #4A4A4A. Windows color (decimal): -3997551 or 9502915. OLE color: 9502915.

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

Color convert

RGB 195 0 145 -
CMYK 0 1 0.26 0.24
HSL 315.38º 1% 0.38% -
HSV(B) 315.38º 1% 0.76% -
XYZ 27.62 13.65 27.97 -
YUV 74.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 195 0 145 0 1 0.26 0.24 315.38 1 0.38
Hex C3 0 91 0 64 1A 18 13B 64 26
Octal 303 0 221 0 144 32 30 473 144 46
Binary 11000011 0 10010001 0 1100100 11010 11000 100111011 1100100 100110

Color Harmonies of #C30091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30091

Black with #C30091

Text Example


Text Example

White with #C30091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30091; }

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

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

background-color css

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

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

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

border-color css

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

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

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