Html Css Color HEX #C34284 Mulberry

📋 copy color: '#C34284'

red 195 ◦ green 66 ◦ blue 132

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

Shades of Mulberry #C34284

Tints of Mulberry #C34284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 49.62%
G = 16.79%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34284 (or 0xC34284) is known color: Mulberry. HEX triplet: C3, 42 and 84. RGB value is (195,66,132). Sum of RGB (Red+Green+Blue) = 195+66+132=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34284 is #3CBD7B. Grayscale: #6F6F6F. Windows color (decimal): -3980668 or 8667843. OLE color: 8667843.

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

Color convert

RGB 195 66 132 -
CMYK 0 0.66 0.32 0.24
HSL 329.3º 0.52% 0.51% -
HSV(B) 329.3º 0.66% 0.76% -
XYZ 28.62 17.16 23.63 -
YUV 112.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 195 66 132 0 0.66 0.32 0.24 329.3 0.52 0.51
Hex C3 42 84 0 42 20 18 149 34 33
Octal 303 102 204 0 102 40 30 511 64 63
Binary 11000011 1000010 10000100 0 1000010 100000 11000 101001001 110100 110011

Color Harmonies of #C34284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34284

Black with #C34284

Text Example


Text Example

White with #C34284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34284; }

 p { color: rgb(195,66,132); }

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

background-color css

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

 a { background-color: rgb(195,66,132); }

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

border-color css

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

 span { border-color: rgb(195,66,132); }

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