Html Css Color HEX #C3358F Medium Red Violet

📋 copy color: '#C3358F'

red 195 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #C3358F

Tints of Medium Red Violet #C3358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 49.87%
G = 13.55%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3358F (or 0xC3358F) is known color: Medium Red Violet. HEX triplet: C3, 35 and 8F. RGB value is (195,53,143). Sum of RGB (Red+Green+Blue) = 195+53+143=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3358F is #3CCA70. Grayscale: #696969. Windows color (decimal): -3983985 or 9385411. OLE color: 9385411.

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

Color convert

RGB 195 53 143 -
CMYK 0 0.73 0.27 0.24
HSL 321.97º 0.57% 0.49% -
HSV(B) 321.97º 0.73% 0.76% -
XYZ 28.74 16.13 27.59 -
YUV 105.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 195 53 143 0 0.73 0.27 0.24 321.97 0.57 0.49
Hex C3 35 8F 0 49 1B 18 142 39 31
Octal 303 65 217 0 111 33 30 502 71 61
Binary 11000011 110101 10001111 0 1001001 11011 11000 101000010 111001 110001

Color Harmonies of #C3358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3358F

Black with #C3358F

Text Example


Text Example

White with #C3358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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