Html Css Color HEX #C34097 Mulberry

📋 copy color: '#C34097'

red 195 ◦ green 64 ◦ blue 151

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

Shades of Mulberry #C34097

Tints of Mulberry #C34097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 47.56%
G = 15.61%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34097 (or 0xC34097) is known color: Mulberry. HEX triplet: C3, 40 and 97. RGB value is (195,64,151). Sum of RGB (Red+Green+Blue) = 195+64+151=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34097 is #3CBF68. Grayscale: #707070. Windows color (decimal): -3981161 or 9912515. OLE color: 9912515.

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

Color convert

RGB 195 64 151 -
CMYK 0 0.67 0.23 0.24
HSL 320.15º 0.52% 0.51% -
HSV(B) 320.15º 0.67% 0.76% -
XYZ 29.92 17.5 31.08 -
YUV 113.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 195 64 151 0 0.67 0.23 0.24 320.15 0.52 0.51
Hex C3 40 97 0 43 17 18 140 34 33
Octal 303 100 227 0 103 27 30 500 64 63
Binary 11000011 1000000 10010111 0 1000011 10111 11000 101000000 110100 110011

Color Harmonies of #C34097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34097

Black with #C34097

Text Example


Text Example

White with #C34097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34097; }

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

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

background-color css

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

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

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

border-color css

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

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

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