Html Css Color HEX #C30182 Medium Violet Red

📋 copy color: '#C30182'

red 195 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #C30182

Tints of Medium Violet Red #C30182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 59.82%
G = 0.31%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C30182 (or 0xC30182) is known color: Medium Violet Red. HEX triplet: C3, 01 and 82. RGB value is (195,1,130). Sum of RGB (Red+Green+Blue) = 195+1+130=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C30182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30182 is #3CFE7D. Grayscale: #494949. Windows color (decimal): -3997310 or 8520131. OLE color: 8520131.

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

Color convert

RGB 195 1 130 -
CMYK 0 0.99 0.33 0.24
HSL 320.1º 0.99% 0.38% -
HSV(B) 320.1º 0.99% 0.76% -
XYZ 26.55 13.24 22.27 -
YUV 73.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 195 1 130 0 0.99 0.33 0.24 320.1 0.99 0.38
Hex C3 1 82 0 63 21 18 140 63 26
Octal 303 1 202 0 143 41 30 500 143 46
Binary 11000011 1 10000010 0 1100011 100001 11000 101000000 1100011 100110

Color Harmonies of #C30182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30182

Black with #C30182

Text Example


Text Example

White with #C30182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30182; }

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

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

background-color css

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

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

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

border-color css

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

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

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