Html Css Color HEX #C30987 Medium Violet Red

📋 copy color: '#C30987'

red 195 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #C30987

Tints of Medium Violet Red #C30987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 57.52%
G = 2.65%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C30987 (or 0xC30987) is known color: Medium Violet Red. HEX triplet: C3, 09 and 87. RGB value is (195,9,135). Sum of RGB (Red+Green+Blue) = 195+9+135=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C30987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30987 is #3CF678. Grayscale: #4E4E4E. Windows color (decimal): -3995257 or 8849859. OLE color: 8849859.

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

Color convert

RGB 195 9 135 -
CMYK 0 0.95 0.31 0.24
HSL 319.35º 0.91% 0.4% -
HSV(B) 319.35º 0.95% 0.76% -
XYZ 26.98 13.55 24.11 -
YUV 78.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 195 9 135 0 0.95 0.31 0.24 319.35 0.91 0.4
Hex C3 9 87 0 5F 1F 18 13F 5B 28
Octal 303 11 207 0 137 37 30 477 133 50
Binary 11000011 1001 10000111 0 1011111 11111 11000 100111111 1011011 101000

Color Harmonies of #C30987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30987

Black with #C30987

Text Example


Text Example

White with #C30987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30987; }

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

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

background-color css

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

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

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

border-color css

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

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

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