Html Css Color HEX #C34993 Mulberry

📋 copy color: '#C34993'

red 195 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #C34993

Tints of Mulberry #C34993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 46.99%
G = 17.59%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C34993 (or 0xC34993) is known color: Mulberry. HEX triplet: C3, 49 and 93. RGB value is (195,73,147). Sum of RGB (Red+Green+Blue) = 195+73+147=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C34993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34993 is #3CB66C. Grayscale: #757575. Windows color (decimal): -3978861 or 9652675. OLE color: 9652675.

HSL color Cylindrical-coordinate representation of color #C34993: hue angle of 323.61º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34993 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 147 -
CMYK 0 0.63 0.25 0.24
HSL 323.61º 0.5% 0.53% -
HSV(B) 323.61º 0.63% 0.76% -
XYZ 30.15 18.47 29.58 -
YUV 117.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 195 73 147 0 0.63 0.25 0.24 323.61 0.5 0.53
Hex C3 49 93 0 3F 19 18 144 32 35
Octal 303 111 223 0 77 31 30 504 62 65
Binary 11000011 1001001 10010011 0 111111 11001 11000 101000100 110010 110101

Color Harmonies of #C34993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34993

Black with #C34993

Text Example


Text Example

White with #C34993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34993; }

 p { color: rgb(195,73,147); }

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

background-color css

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

 a { background-color: rgb(195,73,147); }

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

border-color css

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

 span { border-color: rgb(195,73,147); }

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