Html Css Color HEX #C3347D Medium Red Violet

📋 copy color: '#C3347D'

red 195 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #C3347D

Tints of Medium Red Violet #C3347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 52.42%
G = 13.98%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3347D (or 0xC3347D) is known color: Medium Red Violet. HEX triplet: C3, 34 and 7D. RGB value is (195,52,125). Sum of RGB (Red+Green+Blue) = 195+52+125=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3347D is #3CCB82. Grayscale: #666666. Windows color (decimal): -3984259 or 8205507. OLE color: 8205507.

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

Color convert

RGB 195 52 125 -
CMYK 0 0.73 0.36 0.24
HSL 329.37º 0.58% 0.48% -
HSV(B) 329.37º 0.73% 0.76% -
XYZ 27.44 15.54 20.96 -
YUV 103.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 195 52 125 0 0.73 0.36 0.24 329.37 0.58 0.48
Hex C3 34 7D 0 49 24 18 149 3A 30
Octal 303 64 175 0 111 44 30 511 72 60
Binary 11000011 110100 1111101 0 1001001 100100 11000 101001001 111010 110000

Color Harmonies of #C3347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3347D

Black with #C3347D

Text Example


Text Example

White with #C3347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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