Html Css Color HEX #C3018F Medium Violet Red

📋 copy color: '#C3018F'

red 195 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #C3018F

Tints of Medium Violet Red #C3018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 57.52%
G = 0.29%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3018F (or 0xC3018F) is known color: Medium Violet Red. HEX triplet: C3, 01 and 8F. RGB value is (195,1,143). Sum of RGB (Red+Green+Blue) = 195+1+143=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3018F is #3CFE70. Grayscale: #4A4A4A. Windows color (decimal): -3997297 or 9372099. OLE color: 9372099.

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

Color convert

RGB 195 1 143 -
CMYK 0 0.99 0.27 0.24
HSL 316.08º 0.99% 0.38% -
HSV(B) 316.08º 0.99% 0.76% -
XYZ 27.47 13.61 27.16 -
YUV 75.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 195 1 143 0 0.99 0.27 0.24 316.08 0.99 0.38
Hex C3 1 8F 0 63 1B 18 13C 63 26
Octal 303 1 217 0 143 33 30 474 143 46
Binary 11000011 1 10001111 0 1100011 11011 11000 100111100 1100011 100110

Color Harmonies of #C3018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3018F

Black with #C3018F

Text Example


Text Example

White with #C3018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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