Html Css Color HEX #C3318F Medium Red Violet

📋 copy color: '#C3318F'

red 195 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #C3318F

Tints of Medium Red Violet #C3318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

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

R = 50.39%
G = 12.66%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3318F (or 0xC3318F) is known color: Medium Red Violet. HEX triplet: C3, 31 and 8F. RGB value is (195,49,143). Sum of RGB (Red+Green+Blue) = 195+49+143=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3318F is #3CCE70. Grayscale: #676767. Windows color (decimal): -3985009 or 9384387. OLE color: 9384387.

HSL color Cylindrical-coordinate representation of color #C3318F: hue angle of 321.37º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3318F is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 143 -
CMYK 0 0.75 0.27 0.24
HSL 321.37º 0.6% 0.48% -
HSV(B) 321.37º 0.75% 0.76% -
XYZ 28.56 15.78 27.53 -
YUV 103.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 195 49 143 0 0.75 0.27 0.24 321.37 0.6 0.48
Hex C3 31 8F 0 4B 1B 18 141 3C 30
Octal 303 61 217 0 113 33 30 501 74 60
Binary 11000011 110001 10001111 0 1001011 11011 11000 101000001 111100 110000

Color Harmonies of #C3318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3318F

Black with #C3318F

Text Example


Text Example

White with #C3318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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