Html Css Color HEX #C34892 Mulberry

📋 copy color: '#C34892'

red 195 ◦ green 72 ◦ blue 146

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

Shades of Mulberry #C34892

Tints of Mulberry #C34892

RGB

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

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

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

R = 47.22%
G = 17.43%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C34892 (or 0xC34892) is known color: Mulberry. HEX triplet: C3, 48 and 92. RGB value is (195,72,146). Sum of RGB (Red+Green+Blue) = 195+72+146=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34892 is #3CB76D. Grayscale: #757575. Windows color (decimal): -3979118 or 9586883. OLE color: 9586883.

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

Color convert

RGB 195 72 146 -
CMYK 0 0.63 0.25 0.24
HSL 323.9º 0.51% 0.52% -
HSV(B) 323.9º 0.63% 0.76% -
XYZ 30.01 18.31 29.15 -
YUV 117.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 195 72 146 0 0.63 0.25 0.24 323.9 0.51 0.52
Hex C3 48 92 0 3F 19 18 144 33 34
Octal 303 110 222 0 77 31 30 504 63 64
Binary 11000011 1001000 10010010 0 111111 11001 11000 101000100 110011 110100

Color Harmonies of #C34892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34892

Black with #C34892

Text Example


Text Example

White with #C34892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34892; }

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

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

background-color css

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

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

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

border-color css

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

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

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