Html Css Color HEX #C34492 Mulberry

📋 copy color: '#C34492'

red 195 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #C34492

Tints of Mulberry #C34492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 47.68%
G = 16.63%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C34492 (or 0xC34492) is known color: Mulberry. HEX triplet: C3, 44 and 92. RGB value is (195,68,146). Sum of RGB (Red+Green+Blue) = 195+68+146=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C34492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34492 is #3CBB6D. Grayscale: #727272. Windows color (decimal): -3980142 or 9585859. OLE color: 9585859.

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

Color convert

RGB 195 68 146 -
CMYK 0 0.65 0.25 0.24
HSL 323.15º 0.51% 0.52% -
HSV(B) 323.15º 0.65% 0.76% -
XYZ 29.76 17.81 29.06 -
YUV 114.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 195 68 146 0 0.65 0.25 0.24 323.15 0.51 0.52
Hex C3 44 92 0 41 19 18 143 33 34
Octal 303 104 222 0 101 31 30 503 63 64
Binary 11000011 1000100 10010010 0 1000001 11001 11000 101000011 110011 110100

Color Harmonies of #C34492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34492

Black with #C34492

Text Example


Text Example

White with #C34492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34492; }

 p { color: rgb(195,68,146); }

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

background-color css

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

 a { background-color: rgb(195,68,146); }

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

border-color css

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

 span { border-color: rgb(195,68,146); }

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