Html Css Color HEX #C34392 Mulberry

📋 copy color: '#C34392'

red 195 ◦ green 67 ◦ blue 146

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

Shades of Mulberry #C34392

Tints of Mulberry #C34392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

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

R = 47.79%
G = 16.42%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C34392 (or 0xC34392) is known color: Mulberry. HEX triplet: C3, 43 and 92. RGB value is (195,67,146). Sum of RGB (Red+Green+Blue) = 195+67+146=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34392 is #3CBC6D. Grayscale: #727272. Windows color (decimal): -3980398 or 9585603. OLE color: 9585603.

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

Color convert

RGB 195 67 146 -
CMYK 0 0.66 0.25 0.24
HSL 322.97º 0.52% 0.51% -
HSV(B) 322.97º 0.66% 0.76% -
XYZ 29.7 17.69 29.04 -
YUV 114.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 195 67 146 0 0.66 0.25 0.24 322.97 0.52 0.51
Hex C3 43 92 0 42 19 18 143 34 33
Octal 303 103 222 0 102 31 30 503 64 63
Binary 11000011 1000011 10010010 0 1000010 11001 11000 101000011 110100 110011

Color Harmonies of #C34392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34392

Black with #C34392

Text Example


Text Example

White with #C34392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34392; }

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

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

background-color css

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

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

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

border-color css

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

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

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