Html Css Color HEX #C3019F Medium Violet Red

📋 copy color: '#C3019F'

red 195 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #C3019F

Tints of Medium Violet Red #C3019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 54.93%
G = 0.28%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3019F (or 0xC3019F) is known color: Medium Violet Red. HEX triplet: C3, 01 and 9F. RGB value is (195,1,159). Sum of RGB (Red+Green+Blue) = 195+1+159=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3019F is #3CFE60. Grayscale: #4C4C4C. Windows color (decimal): -3997281 or 10420675. OLE color: 10420675.

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

Color convert

RGB 195 1 159 -
CMYK 0 0.99 0.18 0.24
HSL 311.13º 0.99% 0.38% -
HSV(B) 311.13º 0.99% 0.76% -
XYZ 28.77 14.13 34.01 -
YUV 77.02 174.27 212.15 -
System Red Green Blue C M Y K H S L
Decimal 195 1 159 0 0.99 0.18 0.24 311.13 0.99 0.38
Hex C3 1 9F 0 63 12 18 137 63 26
Octal 303 1 237 0 143 22 30 467 143 46
Binary 11000011 1 10011111 0 1100011 10010 11000 100110111 1100011 100110

Color Harmonies of #C3019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3019F

Black with #C3019F

Text Example


Text Example

White with #C3019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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