Html Css Color HEX #C30483 Medium Violet Red

📋 copy color: '#C30483'

red 195 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #C30483

Tints of Medium Violet Red #C30483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 59.09%
G = 1.21%
B = 39.7%

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

#C30483 (or 0xC30483) is known color: Medium Violet Red. HEX triplet: C3, 04 and 83. RGB value is (195,4,131). Sum of RGB (Red+Green+Blue) = 195+4+131=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C30483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30483 is #3CFB7C. Grayscale: #4B4B4B. Windows color (decimal): -3996541 or 8586435. OLE color: 8586435.

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

Color convert

RGB 195 4 131 -
CMYK 0 0.98 0.33 0.24
HSL 320.1º 0.96% 0.39% -
HSV(B) 320.1º 0.98% 0.76% -
XYZ 26.65 13.33 22.64 -
YUV 75.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 195 4 131 0 0.98 0.33 0.24 320.1 0.96 0.39
Hex C3 4 83 0 62 21 18 140 60 27
Octal 303 4 203 0 142 41 30 500 140 47
Binary 11000011 100 10000011 0 1100010 100001 11000 101000000 1100000 100111

Color Harmonies of #C30483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30483

Black with #C30483

Text Example


Text Example

White with #C30483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30483; }

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

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

background-color css

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

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

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

border-color css

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

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

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