Html Css Color HEX #C30882 Medium Violet Red

📋 copy color: '#C30882'

red 195 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #C30882

Tints of Medium Violet Red #C30882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 58.56%
G = 2.4%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C30882 (or 0xC30882) is known color: Medium Violet Red. HEX triplet: C3, 08 and 82. RGB value is (195,8,130). Sum of RGB (Red+Green+Blue) = 195+8+130=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30882 is #3CF77D. Grayscale: #4D4D4D. Windows color (decimal): -3995518 or 8521923. OLE color: 8521923.

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

Color convert

RGB 195 8 130 -
CMYK 0 0.96 0.33 0.24
HSL 320.86º 0.92% 0.4% -
HSV(B) 320.86º 0.96% 0.76% -
XYZ 26.62 13.39 22.3 -
YUV 77.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 195 8 130 0 0.96 0.33 0.24 320.86 0.92 0.4
Hex C3 8 82 0 60 21 18 141 5C 28
Octal 303 10 202 0 140 41 30 501 134 50
Binary 11000011 1000 10000010 0 1100000 100001 11000 101000001 1011100 101000

Color Harmonies of #C30882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30882

Black with #C30882

Text Example


Text Example

White with #C30882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30882; }

 p { color: rgb(195,8,130); }

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

background-color css

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

 a { background-color: rgb(195,8,130); }

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

border-color css

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

 span { border-color: rgb(195,8,130); }

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