Html Css Color HEX #C30C98 Medium Violet Red

📋 copy color: '#C30C98'

red 195 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #C30C98

Tints of Medium Violet Red #C30C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 54.32%
G = 3.34%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30C98 (or 0xC30C98) is known color: Medium Violet Red. HEX triplet: C3, 0C and 98. RGB value is (195,12,152). Sum of RGB (Red+Green+Blue) = 195+12+152=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C98 is #3CF367. Grayscale: #525252. Windows color (decimal): -3994472 or 9964739. OLE color: 9964739.

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

Color convert

RGB 195 12 152 -
CMYK 0 0.94 0.22 0.24
HSL 314.1º 0.88% 0.41% -
HSV(B) 314.1º 0.94% 0.76% -
XYZ 28.3 14.13 30.94 -
YUV 82.68 167.13 208.12 -
System Red Green Blue C M Y K H S L
Decimal 195 12 152 0 0.94 0.22 0.24 314.1 0.88 0.41
Hex C3 C 98 0 5E 16 18 13A 58 29
Octal 303 14 230 0 136 26 30 472 130 51
Binary 11000011 1100 10011000 0 1011110 10110 11000 100111010 1011000 101001

Color Harmonies of #C30C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C98

Black with #C30C98

Text Example


Text Example

White with #C30C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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