Html Css Color HEX #C30083 Medium Violet Red

📋 copy color: '#C30083'

red 195 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #C30083

Tints of Medium Violet Red #C30083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.82%
G = 0%
B = 40.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C30083 (or 0xC30083) is known color: Medium Violet Red. HEX triplet: C3, 00 and 83. RGB value is (195,0,131). Sum of RGB (Red+Green+Blue) = 195+0+131=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C30083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30083 is #3CFF7C. Grayscale: #484848. Windows color (decimal): -3997565 or 8585411. OLE color: 8585411.

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

Color convert

RGB 195 0 131 -
CMYK 0 1 0.33 0.24
HSL 319.69º 1% 0.38% -
HSV(B) 319.69º 1% 0.76% -
XYZ 26.6 13.24 22.63 -
YUV 73.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 195 0 131 0 1 0.33 0.24 319.69 1 0.38
Hex C3 0 83 0 64 21 18 140 64 26
Octal 303 0 203 0 144 41 30 500 144 46
Binary 11000011 0 10000011 0 1100100 100001 11000 101000000 1100100 100110

Color Harmonies of #C30083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30083

Black with #C30083

Text Example


Text Example

White with #C30083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30083; }

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

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

background-color css

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

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

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

border-color css

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

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

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