Html Css Color HEX #C34598 Mulberry

📋 copy color: '#C34598'

red 195 ◦ green 69 ◦ blue 152

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

Shades of Mulberry #C34598

Tints of Mulberry #C34598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 46.88%
G = 16.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34598 (or 0xC34598) is known color: Mulberry. HEX triplet: C3, 45 and 98. RGB value is (195,69,152). Sum of RGB (Red+Green+Blue) = 195+69+152=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C34598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34598 is #3CBA67. Grayscale: #737373. Windows color (decimal): -3979880 or 9979331. OLE color: 9979331.

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

Color convert

RGB 195 69 152 -
CMYK 0 0.65 0.22 0.24
HSL 320.48º 0.51% 0.52% -
HSV(B) 320.48º 0.65% 0.76% -
XYZ 30.3 18.13 31.61 -
YUV 116.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 195 69 152 0 0.65 0.22 0.24 320.48 0.51 0.52
Hex C3 45 98 0 41 16 18 140 33 34
Octal 303 105 230 0 101 26 30 500 63 64
Binary 11000011 1000101 10011000 0 1000001 10110 11000 101000000 110011 110100

Color Harmonies of #C34598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34598

Black with #C34598

Text Example


Text Example

White with #C34598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34598; }

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

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

background-color css

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

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

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

border-color css

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

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

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