Html Css Color HEX #CC46A7 Mulberry

📋 copy color: '#CC46A7'

red 204 ◦ green 70 ◦ blue 167

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

Shades of Mulberry #CC46A7

Tints of Mulberry #CC46A7

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

 GREEN value IS 70 (27.73% from 255) = 15.87%

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

R = 46.26%
G = 15.87%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC46A7 (or 0xCC46A7) is known color: Mulberry. HEX triplet: CC, 46 and A7. RGB value is (204,70,167). Sum of RGB (Red+Green+Blue) = 204+70+167=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46A7 is #33B958. Grayscale: #787878. Windows color (decimal): -3389785 or 10962636. OLE color: 10962636.

HSL color Cylindrical-coordinate representation of color #CC46A7: hue angle of 316.57º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46A7 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 167 -
CMYK 0 0.66 0.18 0.2
HSL 316.57º 0.57% 0.54% -
HSV(B) 316.57º 0.66% 0.8% -
XYZ 34.07 20.01 38.63 -
YUV 121.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 204 70 167 0 0.66 0.18 0.2 316.57 0.57 0.54
Hex CC 46 A7 0 42 12 14 13D 39 36
Octal 314 106 247 0 102 22 24 475 71 66
Binary 11001100 1000110 10100111 0 1000010 10010 10100 100111101 111001 110110

Color Harmonies of #CC46A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46A7

Black with #CC46A7

Text Example


Text Example

White with #CC46A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46A7; }

 p { color: rgb(204,70,167); }

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

background-color css

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

 a { background-color: rgb(204,70,167); }

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

border-color css

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

 span { border-color: rgb(204,70,167); }

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