Html Css Color HEX #C30777 Medium Violet Red

📋 copy color: '#C30777'

red 195 ◦ green 7 ◦ blue 119

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

Shades of Medium Violet Red #C30777

Tints of Medium Violet Red #C30777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 60.75%
G = 2.18%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C30777 (or 0xC30777) is known color: Medium Violet Red. HEX triplet: C3, 07 and 77. RGB value is (195,7,119). Sum of RGB (Red+Green+Blue) = 195+7+119=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C30777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30777 is #3CF888. Grayscale: #4B4B4B. Windows color (decimal): -3995785 or 7800771. OLE color: 7800771.

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

Color convert

RGB 195 7 119 -
CMYK 0 0.96 0.39 0.24
HSL 324.26º 0.93% 0.4% -
HSV(B) 324.26º 0.96% 0.76% -
XYZ 25.91 13.09 18.61 -
YUV 75.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 195 7 119 0 0.96 0.39 0.24 324.26 0.93 0.4
Hex C3 7 77 0 60 27 18 144 5D 28
Octal 303 7 167 0 140 47 30 504 135 50
Binary 11000011 111 1110111 0 1100000 100111 11000 101000100 1011101 101000

Color Harmonies of #C30777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30777

Black with #C30777

Text Example


Text Example

White with #C30777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30777; }

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

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

background-color css

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

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

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

border-color css

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

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

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