Html Css Color HEX #C34894 Mulberry

📋 copy color: '#C34894'

red 195 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #C34894

Tints of Mulberry #C34894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 46.99%
G = 17.35%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34894 (or 0xC34894) is known color: Mulberry. HEX triplet: C3, 48 and 94. RGB value is (195,72,148). Sum of RGB (Red+Green+Blue) = 195+72+148=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C34894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34894 is #3CB76B. Grayscale: #757575. Windows color (decimal): -3979116 or 9717955. OLE color: 9717955.

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

Color convert

RGB 195 72 148 -
CMYK 0 0.63 0.24 0.24
HSL 322.93º 0.51% 0.52% -
HSV(B) 322.93º 0.63% 0.76% -
XYZ 30.17 18.37 29.97 -
YUV 117.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 195 72 148 0 0.63 0.24 0.24 322.93 0.51 0.52
Hex C3 48 94 0 3F 18 18 143 33 34
Octal 303 110 224 0 77 30 30 503 63 64
Binary 11000011 1001000 10010100 0 111111 11000 11000 101000011 110011 110100

Color Harmonies of #C34894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34894

Black with #C34894

Text Example


Text Example

White with #C34894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34894; }

 p { color: rgb(195,72,148); }

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

background-color css

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

 a { background-color: rgb(195,72,148); }

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

border-color css

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

 span { border-color: rgb(195,72,148); }

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