Html Css Color HEX #C3318C Medium Red Violet

📋 copy color: '#C3318C'

red 195 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #C3318C

Tints of Medium Red Violet #C3318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 50.78%
G = 12.76%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3318C (or 0xC3318C) is known color: Medium Red Violet. HEX triplet: C3, 31 and 8C. RGB value is (195,49,140). Sum of RGB (Red+Green+Blue) = 195+49+140=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3318C is #3CCE73. Grayscale: #666666. Windows color (decimal): -3985012 or 9187779. OLE color: 9187779.

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

Color convert

RGB 195 49 140 -
CMYK 0 0.75 0.28 0.24
HSL 322.6º 0.6% 0.48% -
HSV(B) 322.6º 0.75% 0.76% -
XYZ 28.34 15.69 26.35 -
YUV 103.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 195 49 140 0 0.75 0.28 0.24 322.6 0.6 0.48
Hex C3 31 8C 0 4B 1C 18 143 3C 30
Octal 303 61 214 0 113 34 30 503 74 60
Binary 11000011 110001 10001100 0 1001011 11100 11000 101000011 111100 110000

Color Harmonies of #C3318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3318C

Black with #C3318C

Text Example


Text Example

White with #C3318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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