Html Css Color HEX #C30D98 Medium Violet Red

📋 copy color: '#C30D98'

red 195 ◦ green 13 ◦ blue 152

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

Shades of Medium Violet Red #C30D98

Tints of Medium Violet Red #C30D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.61%

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

R = 54.17%
G = 3.61%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30D98 (or 0xC30D98) is known color: Medium Violet Red. HEX triplet: C3, 0D and 98. RGB value is (195,13,152). Sum of RGB (Red+Green+Blue) = 195+13+152=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D98 is #3CF267. Grayscale: #525252. Windows color (decimal): -3994216 or 9964995. OLE color: 9964995.

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

Color convert

RGB 195 13 152 -
CMYK 0 0.93 0.22 0.24
HSL 314.18º 0.88% 0.41% -
HSV(B) 314.18º 0.93% 0.76% -
XYZ 28.32 14.16 30.95 -
YUV 83.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 195 13 152 0 0.93 0.22 0.24 314.18 0.88 0.41
Hex C3 D 98 0 5D 16 18 13A 58 29
Octal 303 15 230 0 135 26 30 472 130 51
Binary 11000011 1101 10011000 0 1011101 10110 11000 100111010 1011000 101001

Color Harmonies of #C30D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D98

Black with #C30D98

Text Example


Text Example

White with #C30D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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