Html Css Color HEX #C30097 Medium Violet Red

📋 copy color: '#C30097'

red 195 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #C30097

Tints of Medium Violet Red #C30097

RGB

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

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

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

R = 56.36%
G = 0%
B = 43.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C30097 (or 0xC30097) is known color: Medium Violet Red. HEX triplet: C3, 00 and 97. RGB value is (195,0,151). Sum of RGB (Red+Green+Blue) = 195+0+151=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C30097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30097 is #3CFF68. Grayscale: #4B4B4B. Windows color (decimal): -3997545 or 9896131. OLE color: 9896131.

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

Color convert

RGB 195 0 151 -
CMYK 0 1 0.23 0.24
HSL 313.54º 1% 0.38% -
HSV(B) 313.54º 1% 0.76% -
XYZ 28.09 13.84 30.47 -
YUV 75.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 195 0 151 0 1 0.23 0.24 313.54 1 0.38
Hex C3 0 97 0 64 17 18 13A 64 26
Octal 303 0 227 0 144 27 30 472 144 46
Binary 11000011 0 10010111 0 1100100 10111 11000 100111010 1100100 100110

Color Harmonies of #C30097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30097

Black with #C30097

Text Example


Text Example

White with #C30097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30097; }

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

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

background-color css

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

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

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

border-color css

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

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

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