Html Css Color HEX #C30C97 Medium Violet Red

📋 copy color: '#C30C97'

red 195 ◦ green 12 ◦ blue 151

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

Shades of Medium Violet Red #C30C97

Tints of Medium Violet Red #C30C97

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

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

R = 54.47%
G = 3.35%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C30C97 (or 0xC30C97) is known color: Medium Violet Red. HEX triplet: C3, 0C and 97. RGB value is (195,12,151). Sum of RGB (Red+Green+Blue) = 195+12+151=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C97 is #3CF368. Grayscale: #525252. Windows color (decimal): -3994473 or 9899203. OLE color: 9899203.

HSL color Cylindrical-coordinate representation of color #C30C97: hue angle of 314.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C97 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 12 151 -
CMYK 0 0.94 0.23 0.24
HSL 314.43º 0.88% 0.41% -
HSV(B) 314.43º 0.94% 0.76% -
XYZ 28.22 14.1 30.51 -
YUV 82.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 195 12 151 0 0.94 0.23 0.24 314.43 0.88 0.41
Hex C3 C 97 0 5E 17 18 13A 58 29
Octal 303 14 227 0 136 27 30 472 130 51
Binary 11000011 1100 10010111 0 1011110 10111 11000 100111010 1011000 101001

Color Harmonies of #C30C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C97

Black with #C30C97

Text Example


Text Example

White with #C30C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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