Html Css Color HEX #C30781 Medium Violet Red

📋 copy color: '#C30781'

red 195 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #C30781

Tints of Medium Violet Red #C30781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 58.91%
G = 2.11%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30781 (or 0xC30781) is known color: Medium Violet Red. HEX triplet: C3, 07 and 81. RGB value is (195,7,129). Sum of RGB (Red+Green+Blue) = 195+7+129=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30781 is #3CF87E. Grayscale: #4C4C4C. Windows color (decimal): -3995775 or 8456131. OLE color: 8456131.

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

Color convert

RGB 195 7 129 -
CMYK 0 0.96 0.34 0.24
HSL 321.06º 0.93% 0.4% -
HSV(B) 321.06º 0.96% 0.76% -
XYZ 26.54 13.34 21.94 -
YUV 77.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 195 7 129 0 0.96 0.34 0.24 321.06 0.93 0.4
Hex C3 7 81 0 60 22 18 141 5D 28
Octal 303 7 201 0 140 42 30 501 135 50
Binary 11000011 111 10000001 0 1100000 100010 11000 101000001 1011101 101000

Color Harmonies of #C30781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30781

Black with #C30781

Text Example


Text Example

White with #C30781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30781; }

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

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

background-color css

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

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

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

border-color css

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

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

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