Html Css Color HEX #C30598 Medium Violet Red

📋 copy color: '#C30598'

red 195 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #C30598

Tints of Medium Violet Red #C30598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 55.4%
G = 1.42%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30598 (or 0xC30598) is known color: Medium Violet Red. HEX triplet: C3, 05 and 98. RGB value is (195,5,152). Sum of RGB (Red+Green+Blue) = 195+5+152=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C30598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30598 is #3CFA67. Grayscale: #4E4E4E. Windows color (decimal): -3996264 or 9962947. OLE color: 9962947.

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

Color convert

RGB 195 5 152 -
CMYK 0 0.97 0.22 0.24
HSL 313.58º 0.95% 0.39% -
HSV(B) 313.58º 0.97% 0.76% -
XYZ 28.23 13.98 30.92 -
YUV 78.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 195 5 152 0 0.97 0.22 0.24 313.58 0.95 0.39
Hex C3 5 98 0 61 16 18 13A 5F 27
Octal 303 5 230 0 141 26 30 472 137 47
Binary 11000011 101 10011000 0 1100001 10110 11000 100111010 1011111 100111

Color Harmonies of #C30598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30598

Black with #C30598

Text Example


Text Example

White with #C30598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30598; }

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

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

background-color css

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

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

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

border-color css

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

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

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