Html Css Color HEX #C30482 Medium Violet Red

📋 copy color: '#C30482'

red 195 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #C30482

Tints of Medium Violet Red #C30482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 59.27%
G = 1.22%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C30482 (or 0xC30482) is known color: Medium Violet Red. HEX triplet: C3, 04 and 82. RGB value is (195,4,130). Sum of RGB (Red+Green+Blue) = 195+4+130=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C30482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30482 is #3CFB7D. Grayscale: #4B4B4B. Windows color (decimal): -3996542 or 8520899. OLE color: 8520899.

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

Color convert

RGB 195 4 130 -
CMYK 0 0.98 0.33 0.24
HSL 320.42º 0.96% 0.39% -
HSV(B) 320.42º 0.98% 0.76% -
XYZ 26.58 13.3 22.29 -
YUV 75.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 195 4 130 0 0.98 0.33 0.24 320.42 0.96 0.39
Hex C3 4 82 0 62 21 18 140 60 27
Octal 303 4 202 0 142 41 30 500 140 47
Binary 11000011 100 10000010 0 1100010 100001 11000 101000000 1100000 100111

Color Harmonies of #C30482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30482

Black with #C30482

Text Example


Text Example

White with #C30482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30482; }

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

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

background-color css

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

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

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

border-color css

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

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

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