Html Css Color HEX #C3349B Medium Red Violet

📋 copy color: '#C3349B'

red 195 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #C3349B

Tints of Medium Red Violet #C3349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 48.51%
G = 12.94%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3349B (or 0xC3349B) is known color: Medium Red Violet. HEX triplet: C3, 34 and 9B. RGB value is (195,52,155). Sum of RGB (Red+Green+Blue) = 195+52+155=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3349B is #3CCB64. Grayscale: #6A6A6A. Windows color (decimal): -3984229 or 10171587. OLE color: 10171587.

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

Color convert

RGB 195 52 155 -
CMYK 0 0.73 0.21 0.24
HSL 316.78º 0.58% 0.48% -
HSV(B) 316.78º 0.73% 0.76% -
XYZ 29.65 16.42 32.62 -
YUV 106.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 195 52 155 0 0.73 0.21 0.24 316.78 0.58 0.48
Hex C3 34 9B 0 49 15 18 13D 3A 30
Octal 303 64 233 0 111 25 30 475 72 60
Binary 11000011 110100 10011011 0 1001001 10101 11000 100111101 111010 110000

Color Harmonies of #C3349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3349B

Black with #C3349B

Text Example


Text Example

White with #C3349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3349B; }

 p { color: rgb(195,52,155); }

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

background-color css

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

 a { background-color: rgb(195,52,155); }

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

border-color css

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

 span { border-color: rgb(195,52,155); }

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