Html Css Color HEX #C3018D Medium Violet Red

📋 copy color: '#C3018D'

red 195 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #C3018D

Tints of Medium Violet Red #C3018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 57.86%
G = 0.3%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3018D (or 0xC3018D) is known color: Medium Violet Red. HEX triplet: C3, 01 and 8D. RGB value is (195,1,141). Sum of RGB (Red+Green+Blue) = 195+1+141=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3018D is #3CFE72. Grayscale: #4A4A4A. Windows color (decimal): -3997299 or 9241027. OLE color: 9241027.

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

Color convert

RGB 195 1 141 -
CMYK 0 0.99 0.28 0.24
HSL 316.7º 0.99% 0.38% -
HSV(B) 316.7º 0.99% 0.76% -
XYZ 27.32 13.55 26.37 -
YUV 74.97 165.27 213.62 -
System Red Green Blue C M Y K H S L
Decimal 195 1 141 0 0.99 0.28 0.24 316.7 0.99 0.38
Hex C3 1 8D 0 63 1C 18 13D 63 26
Octal 303 1 215 0 143 34 30 475 143 46
Binary 11000011 1 10001101 0 1100011 11100 11000 100111101 1100011 100110

Color Harmonies of #C3018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3018D

Black with #C3018D

Text Example


Text Example

White with #C3018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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