Html Css Color HEX #C34188 Mulberry

📋 copy color: '#C34188'

red 195 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #C34188

Tints of Mulberry #C34188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 49.24%
G = 16.41%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C34188 (or 0xC34188) is known color: Mulberry. HEX triplet: C3, 41 and 88. RGB value is (195,65,136). Sum of RGB (Red+Green+Blue) = 195+65+136=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34188 is #3CBE77. Grayscale: #6F6F6F. Windows color (decimal): -3980920 or 8929731. OLE color: 8929731.

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

Color convert

RGB 195 65 136 -
CMYK 0 0.67 0.30 0.24
HSL 327.23º 0.52% 0.51% -
HSV(B) 327.23º 0.67% 0.76% -
XYZ 28.84 17.16 25.08 -
YUV 111.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 195 65 136 0 0.67 0.30 0.24 327.23 0.52 0.51
Hex C3 41 88 0 43 1E 18 147 34 33
Octal 303 101 210 0 103 36 30 507 64 63
Binary 11000011 1000001 10001000 0 1000011 11110 11000 101000111 110100 110011

Color Harmonies of #C34188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34188

Black with #C34188

Text Example


Text Example

White with #C34188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34188; }

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

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

background-color css

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

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

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

border-color css

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

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

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