Html Css Color HEX #C3368C Medium Red Violet

📋 copy color: '#C3368C'

red 195 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C3368C

Tints of Medium Red Violet #C3368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.88%

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

R = 50.13%
G = 13.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3368C (or 0xC3368C) is known color: Medium Red Violet. HEX triplet: C3, 36 and 8C. RGB value is (195,54,140). Sum of RGB (Red+Green+Blue) = 195+54+140=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3368C is #3CC973. Grayscale: #696969. Windows color (decimal): -3983732 or 9189059. OLE color: 9189059.

HSL color Cylindrical-coordinate representation of color #C3368C: hue angle of 323.4º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3368C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 140 -
CMYK 0 0.72 0.28 0.24
HSL 323.4º 0.57% 0.49% -
HSV(B) 323.4º 0.72% 0.76% -
XYZ 28.56 16.13 26.42 -
YUV 105.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 195 54 140 0 0.72 0.28 0.24 323.4 0.57 0.49
Hex C3 36 8C 0 48 1C 18 143 39 31
Octal 303 66 214 0 110 34 30 503 71 61
Binary 11000011 110110 10001100 0 1001000 11100 11000 101000011 111001 110001

Color Harmonies of #C3368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3368C

Black with #C3368C

Text Example


Text Example

White with #C3368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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