Html Css Color HEX #C30775 Medium Violet Red

📋 copy color: '#C30775'

red 195 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #C30775

Tints of Medium Violet Red #C30775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 61.13%
G = 2.19%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C30775 (or 0xC30775) is known color: Medium Violet Red. HEX triplet: C3, 07 and 75. RGB value is (195,7,117). Sum of RGB (Red+Green+Blue) = 195+7+117=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30775 is #3CF88A. Grayscale: #4B4B4B. Windows color (decimal): -3995787 or 7669699. OLE color: 7669699.

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

Color convert

RGB 195 7 117 -
CMYK 0 0.96 0.4 0.24
HSL 324.89º 0.93% 0.4% -
HSV(B) 324.89º 0.96% 0.76% -
XYZ 25.79 13.04 17.99 -
YUV 75.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 195 7 117 0 0.96 0.4 0.24 324.89 0.93 0.4
Hex C3 7 75 0 60 28 18 145 5D 28
Octal 303 7 165 0 140 50 30 505 135 50
Binary 11000011 111 1110101 0 1100000 101000 11000 101000101 1011101 101000

Color Harmonies of #C30775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30775

Black with #C30775

Text Example


Text Example

White with #C30775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30775; }

 p { color: rgb(195,7,117); }

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

background-color css

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

 a { background-color: rgb(195,7,117); }

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

border-color css

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

 span { border-color: rgb(195,7,117); }

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