Html Css Color HEX #C34081 Mulberry

📋 copy color: '#C34081'

red 195 ◦ green 64 ◦ blue 129

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

Shades of Mulberry #C34081

Tints of Mulberry #C34081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 50.26%
G = 16.49%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34081 (or 0xC34081) is known color: Mulberry. HEX triplet: C3, 40 and 81. RGB value is (195,64,129). Sum of RGB (Red+Green+Blue) = 195+64+129=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34081 is #3CBF7E. Grayscale: #6E6E6E. Windows color (decimal): -3981183 or 8470723. OLE color: 8470723.

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

Color convert

RGB 195 64 129 -
CMYK 0 0.67 0.34 0.24
HSL 330.23º 0.52% 0.51% -
HSV(B) 330.23º 0.67% 0.76% -
XYZ 28.3 16.85 22.53 -
YUV 110.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 195 64 129 0 0.67 0.34 0.24 330.23 0.52 0.51
Hex C3 40 81 0 43 22 18 14A 34 33
Octal 303 100 201 0 103 42 30 512 64 63
Binary 11000011 1000000 10000001 0 1000011 100010 11000 101001010 110100 110011

Color Harmonies of #C34081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34081

Black with #C34081

Text Example


Text Example

White with #C34081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34081; }

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

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

background-color css

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

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

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

border-color css

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

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

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