Html Css Color HEX #C34088 Mulberry

📋 copy color: '#C34088'

red 195 ◦ green 64 ◦ blue 136

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

Shades of Mulberry #C34088

Tints of Mulberry #C34088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 49.37%
G = 16.2%
B = 34.43%

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

#C34088 (or 0xC34088) is known color: Mulberry. HEX triplet: C3, 40 and 88. RGB value is (195,64,136). Sum of RGB (Red+Green+Blue) = 195+64+136=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34088 is #3CBF77. Grayscale: #6F6F6F. Windows color (decimal): -3981176 or 8929475. OLE color: 8929475.

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

Color convert

RGB 195 64 136 -
CMYK 0 0.67 0.30 0.24
HSL 327.02º 0.52% 0.51% -
HSV(B) 327.02º 0.67% 0.76% -
XYZ 28.78 17.05 25.07 -
YUV 111.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 195 64 136 0 0.67 0.30 0.24 327.02 0.52 0.51
Hex C3 40 88 0 43 1E 18 147 34 33
Octal 303 100 210 0 103 36 30 507 64 63
Binary 11000011 1000000 10001000 0 1000011 11110 11000 101000111 110100 110011

Color Harmonies of #C34088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34088

Black with #C34088

Text Example


Text Example

White with #C34088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34088; }

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

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

background-color css

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

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

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

border-color css

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

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

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