Html Css Color HEX #C34187 Mulberry

📋 copy color: '#C34187'

red 195 ◦ green 65 ◦ blue 135

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

Shades of Mulberry #C34187

Tints of Mulberry #C34187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 49.37%
G = 16.46%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34187 (or 0xC34187) is known color: Mulberry. HEX triplet: C3, 41 and 87. RGB value is (195,65,135). Sum of RGB (Red+Green+Blue) = 195+65+135=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34187 is #3CBE78. Grayscale: #6F6F6F. Windows color (decimal): -3980921 or 8864195. OLE color: 8864195.

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

Color convert

RGB 195 65 135 -
CMYK 0 0.67 0.31 0.24
HSL 327.69º 0.52% 0.51% -
HSV(B) 327.69º 0.67% 0.76% -
XYZ 28.77 17.13 24.71 -
YUV 111.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 195 65 135 0 0.67 0.31 0.24 327.69 0.52 0.51
Hex C3 41 87 0 43 1F 18 148 34 33
Octal 303 101 207 0 103 37 30 510 64 63
Binary 11000011 1000001 10000111 0 1000011 11111 11000 101001000 110100 110011

Color Harmonies of #C34187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34187

Black with #C34187

Text Example


Text Example

White with #C34187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34187; }

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

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

background-color css

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

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

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

border-color css

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

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

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