Html Css Color HEX #C30183 Medium Violet Red

📋 copy color: '#C30183'

red 195 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #C30183

Tints of Medium Violet Red #C30183

RGB

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

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

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

R = 59.63%
G = 0.31%
B = 40.06%

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

#C30183 (or 0xC30183) is known color: Medium Violet Red. HEX triplet: C3, 01 and 83. RGB value is (195,1,131). Sum of RGB (Red+Green+Blue) = 195+1+131=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C30183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30183 is #3CFE7C. Grayscale: #494949. Windows color (decimal): -3997309 or 8585667. OLE color: 8585667.

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

Color convert

RGB 195 1 131 -
CMYK 0 0.99 0.33 0.24
HSL 319.79º 0.99% 0.38% -
HSV(B) 319.79º 0.99% 0.76% -
XYZ 26.61 13.26 22.63 -
YUV 73.83 160.27 214.43 -
System Red Green Blue C M Y K H S L
Decimal 195 1 131 0 0.99 0.33 0.24 319.79 0.99 0.38
Hex C3 1 83 0 63 21 18 140 63 26
Octal 303 1 203 0 143 41 30 500 143 46
Binary 11000011 1 10000011 0 1100011 100001 11000 101000000 1100011 100110

Color Harmonies of #C30183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30183

Black with #C30183

Text Example


Text Example

White with #C30183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30183; }

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

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

background-color css

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

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

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

border-color css

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

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

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