Html Css Color HEX #CC47A5 Mulberry

📋 copy color: '#CC47A5'

red 204 ◦ green 71 ◦ blue 165

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

Shades of Mulberry #CC47A5

Tints of Mulberry #CC47A5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 46.36%
G = 16.14%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC47A5 (or 0xCC47A5) is known color: Mulberry. HEX triplet: CC, 47 and A5. RGB value is (204,71,165). Sum of RGB (Red+Green+Blue) = 204+71+165=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47A5 is #33B85A. Grayscale: #797979. Windows color (decimal): -3389531 or 10831820. OLE color: 10831820.

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

Color convert

RGB 204 71 165 -
CMYK 0 0.65 0.19 0.2
HSL 317.59º 0.57% 0.54% -
HSV(B) 317.59º 0.65% 0.8% -
XYZ 33.95 20.06 37.68 -
YUV 121.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 204 71 165 0 0.65 0.19 0.2 317.59 0.57 0.54
Hex CC 47 A5 0 41 13 14 13E 39 36
Octal 314 107 245 0 101 23 24 476 71 66
Binary 11001100 1000111 10100101 0 1000001 10011 10100 100111110 111001 110110

Color Harmonies of #CC47A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47A5

Black with #CC47A5

Text Example


Text Example

White with #CC47A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47A5; }

 p { color: rgb(204,71,165); }

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

background-color css

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

 a { background-color: rgb(204,71,165); }

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

border-color css

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

 span { border-color: rgb(204,71,165); }

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