Html Css Color HEX #C30286 Medium Violet Red

📋 copy color: '#C30286'

red 195 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #C30286

Tints of Medium Violet Red #C30286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 58.91%
G = 0.6%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C30286 (or 0xC30286) is known color: Medium Violet Red. HEX triplet: C3, 02 and 86. RGB value is (195,2,134). Sum of RGB (Red+Green+Blue) = 195+2+134=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30286 is #3CFD79. Grayscale: #4A4A4A. Windows color (decimal): -3997050 or 8782531. OLE color: 8782531.

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

Color convert

RGB 195 2 134 -
CMYK 0 0.99 0.31 0.24
HSL 318.96º 0.98% 0.39% -
HSV(B) 318.96º 0.99% 0.76% -
XYZ 26.83 13.37 23.72 -
YUV 74.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 195 2 134 0 0.99 0.31 0.24 318.96 0.98 0.39
Hex C3 2 86 0 63 1F 18 13F 62 27
Octal 303 2 206 0 143 37 30 477 142 47
Binary 11000011 10 10000110 0 1100011 11111 11000 100111111 1100010 100111

Color Harmonies of #C30286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30286

Black with #C30286

Text Example


Text Example

White with #C30286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30286; }

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

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

background-color css

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

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

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

border-color css

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

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

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