Html Css Color HEX #C30086 Medium Violet Red

📋 copy color: '#C30086'

red 195 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #C30086

Tints of Medium Violet Red #C30086

RGB

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

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

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

R = 59.27%
G = 0%
B = 40.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C30086 (or 0xC30086) is known color: Medium Violet Red. HEX triplet: C3, 00 and 86. RGB value is (195,0,134). Sum of RGB (Red+Green+Blue) = 195+0+134=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C30086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30086 is #3CFF79. Grayscale: #494949. Windows color (decimal): -3997562 or 8782019. OLE color: 8782019.

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

Color convert

RGB 195 0 134 -
CMYK 0 1 0.31 0.24
HSL 318.77º 1% 0.38% -
HSV(B) 318.77º 1% 0.76% -
XYZ 26.81 13.32 23.71 -
YUV 73.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 195 0 134 0 1 0.31 0.24 318.77 1 0.38
Hex C3 0 86 0 64 1F 18 13F 64 26
Octal 303 0 206 0 144 37 30 477 144 46
Binary 11000011 0 10000110 0 1100100 11111 11000 100111111 1100100 100110

Color Harmonies of #C30086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30086

Black with #C30086

Text Example


Text Example

White with #C30086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30086; }

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

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

background-color css

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

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

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

border-color css

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

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

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