Html Css Color HEX #C34594 Mulberry

📋 copy color: '#C34594'

red 195 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #C34594

Tints of Mulberry #C34594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 47.33%
G = 16.75%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34594 (or 0xC34594) is known color: Mulberry. HEX triplet: C3, 45 and 94. RGB value is (195,69,148). Sum of RGB (Red+Green+Blue) = 195+69+148=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34594 is #3CBA6B. Grayscale: #737373. Windows color (decimal): -3979884 or 9717187. OLE color: 9717187.

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

Color convert

RGB 195 69 148 -
CMYK 0 0.65 0.24 0.24
HSL 322.38º 0.51% 0.52% -
HSV(B) 322.38º 0.65% 0.76% -
XYZ 29.98 18 29.91 -
YUV 115.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 195 69 148 0 0.65 0.24 0.24 322.38 0.51 0.52
Hex C3 45 94 0 41 18 18 142 33 34
Octal 303 105 224 0 101 30 30 502 63 64
Binary 11000011 1000101 10010100 0 1000001 11000 11000 101000010 110011 110100

Color Harmonies of #C34594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34594

Black with #C34594

Text Example


Text Example

White with #C34594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34594; }

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

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

background-color css

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

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

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

border-color css

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

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

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