Html Css Color HEX #C34192 Mulberry

📋 copy color: '#C34192'

red 195 ◦ green 65 ◦ blue 146

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

Shades of Mulberry #C34192

Tints of Mulberry #C34192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

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

R = 48.03%
G = 16.01%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C34192 (or 0xC34192) is known color: Mulberry. HEX triplet: C3, 41 and 92. RGB value is (195,65,146). Sum of RGB (Red+Green+Blue) = 195+65+146=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C34192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34192 is #3CBE6D. Grayscale: #707070. Windows color (decimal): -3980910 or 9585091. OLE color: 9585091.

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

Color convert

RGB 195 65 146 -
CMYK 0 0.67 0.25 0.24
HSL 322.62º 0.52% 0.51% -
HSV(B) 322.62º 0.67% 0.76% -
XYZ 29.58 17.46 29 -
YUV 113.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 195 65 146 0 0.67 0.25 0.24 322.62 0.52 0.51
Hex C3 41 92 0 43 19 18 143 34 33
Octal 303 101 222 0 103 31 30 503 64 63
Binary 11000011 1000001 10010010 0 1000011 11001 11000 101000011 110100 110011

Color Harmonies of #C34192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34192

Black with #C34192

Text Example


Text Example

White with #C34192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34192; }

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

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

background-color css

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

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

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

border-color css

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

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

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