Html Css Color HEX #C30999 Medium Violet Red

📋 copy color: '#C30999'

red 195 ◦ green 9 ◦ blue 153

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

Shades of Medium Violet Red #C30999

Tints of Medium Violet Red #C30999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 54.62%
G = 2.52%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30999 (or 0xC30999) is known color: Medium Violet Red. HEX triplet: C3, 09 and 99. RGB value is (195,9,153). Sum of RGB (Red+Green+Blue) = 195+9+153=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C30999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30999 is #3CF666. Grayscale: #505050. Windows color (decimal): -3995239 or 10029507. OLE color: 10029507.

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

Color convert

RGB 195 9 153 -
CMYK 0 0.95 0.22 0.24
HSL 313.55º 0.91% 0.4% -
HSV(B) 313.55º 0.95% 0.76% -
XYZ 28.35 14.1 31.36 -
YUV 81.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 195 9 153 0 0.95 0.22 0.24 313.55 0.91 0.4
Hex C3 9 99 0 5F 16 18 13A 5B 28
Octal 303 11 231 0 137 26 30 472 133 50
Binary 11000011 1001 10011001 0 1011111 10110 11000 100111010 1011011 101000

Color Harmonies of #C30999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30999

Black with #C30999

Text Example


Text Example

White with #C30999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30999; }

 p { color: rgb(195,9,153); }

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

background-color css

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

 a { background-color: rgb(195,9,153); }

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

border-color css

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

 span { border-color: rgb(195,9,153); }

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