Html Css Color HEX #C34090 Mulberry

📋 copy color: '#C34090'

red 195 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #C34090

Tints of Mulberry #C34090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 48.39%
G = 15.88%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C34090 (or 0xC34090) is known color: Mulberry. HEX triplet: C3, 40 and 90. RGB value is (195,64,144). Sum of RGB (Red+Green+Blue) = 195+64+144=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34090 is #3CBF6F. Grayscale: #707070. Windows color (decimal): -3981168 or 9453763. OLE color: 9453763.

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

Color convert

RGB 195 64 144 -
CMYK 0 0.67 0.26 0.24
HSL 323.36º 0.52% 0.51% -
HSV(B) 323.36º 0.67% 0.76% -
XYZ 29.37 17.28 28.17 -
YUV 112.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 195 64 144 0 0.67 0.26 0.24 323.36 0.52 0.51
Hex C3 40 90 0 43 1A 18 143 34 33
Octal 303 100 220 0 103 32 30 503 64 63
Binary 11000011 1000000 10010000 0 1000011 11010 11000 101000011 110100 110011

Color Harmonies of #C34090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34090

Black with #C34090

Text Example


Text Example

White with #C34090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34090; }

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

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

background-color css

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

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

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

border-color css

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

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

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