Html Css Color HEX #C450A7 Mulberry

📋 copy color: '#C450A7'

red 196 ◦ green 80 ◦ blue 167

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

Shades of Mulberry #C450A7

Tints of Mulberry #C450A7

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 44.24%
G = 18.06%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C450A7 (or 0xC450A7) is known color: Mulberry. HEX triplet: C4, 50 and A7. RGB value is (196,80,167). Sum of RGB (Red+Green+Blue) = 196+80+167=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C450A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450A7 is #3BAF58. Grayscale: #7C7C7C. Windows color (decimal): -3911513 or 10965188. OLE color: 10965188.

HSL color Cylindrical-coordinate representation of color #C450A7: hue angle of 315º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450A7 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 167 -
CMYK 0 0.59 0.15 0.23
HSL 315º 0.5% 0.54% -
HSV(B) 315º 0.59% 0.77% -
XYZ 32.61 20.26 38.75 -
YUV 124.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 196 80 167 0 0.59 0.15 0.23 315 0.5 0.54
Hex C4 50 A7 0 3B F 17 13B 32 36
Octal 304 120 247 0 73 17 27 473 62 66
Binary 11000100 1010000 10100111 0 111011 1111 10111 100111011 110010 110110

Color Harmonies of #C450A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450A7

Black with #C450A7

Text Example


Text Example

White with #C450A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450A7; }

 p { color: rgb(196,80,167); }

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

background-color css

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

 a { background-color: rgb(196,80,167); }

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

border-color css

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

 span { border-color: rgb(196,80,167); }

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