Html Css Color HEX #C30283 Medium Violet Red

📋 copy color: '#C30283'

red 195 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #C30283

Tints of Medium Violet Red #C30283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 59.45%
G = 0.61%
B = 39.94%

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

#C30283 (or 0xC30283) is known color: Medium Violet Red. HEX triplet: C3, 02 and 83. RGB value is (195,2,131). Sum of RGB (Red+Green+Blue) = 195+2+131=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30283 is #3CFD7C. Grayscale: #4A4A4A. Windows color (decimal): -3997053 or 8585923. OLE color: 8585923.

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

Color convert

RGB 195 2 131 -
CMYK 0 0.99 0.33 0.24
HSL 319.9º 0.98% 0.39% -
HSV(B) 319.9º 0.99% 0.76% -
XYZ 26.62 13.28 22.63 -
YUV 74.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 195 2 131 0 0.99 0.33 0.24 319.9 0.98 0.39
Hex C3 2 83 0 63 21 18 140 62 27
Octal 303 2 203 0 143 41 30 500 142 47
Binary 11000011 10 10000011 0 1100011 100001 11000 101000000 1100010 100111

Color Harmonies of #C30283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30283

Black with #C30283

Text Example


Text Example

White with #C30283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30283; }

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

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

background-color css

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

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

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

border-color css

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

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

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