Html Css Color HEX #CC4FA0 Mulberry

📋 copy color: '#CC4FA0'

red 204 ◦ green 79 ◦ blue 160

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

Shades of Mulberry #CC4FA0

Tints of Mulberry #CC4FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 46.05%
G = 17.83%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC4FA0 (or 0xCC4FA0) is known color: Mulberry. HEX triplet: CC, 4F and A0. RGB value is (204,79,160). Sum of RGB (Red+Green+Blue) = 204+79+160=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4FA0 is #33B05F. Grayscale: #7D7D7D. Windows color (decimal): -3387488 or 10506188. OLE color: 10506188.

HSL color Cylindrical-coordinate representation of color #CC4FA0: hue angle of 321.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FA0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 160 -
CMYK 0 0.61 0.22 0.2
HSL 321.12º 0.55% 0.55% -
HSV(B) 321.12º 0.61% 0.8% -
XYZ 34.04 20.97 35.51 -
YUV 125.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 204 79 160 0 0.61 0.22 0.2 321.12 0.55 0.55
Hex CC 4F A0 0 3D 16 14 141 37 37
Octal 314 117 240 0 75 26 24 501 67 67
Binary 11001100 1001111 10100000 0 111101 10110 10100 101000001 110111 110111

Color Harmonies of #CC4FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FA0

Black with #CC4FA0

Text Example


Text Example

White with #CC4FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FA0; }

 p { color: rgb(204,79,160); }

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

background-color css

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

 a { background-color: rgb(204,79,160); }

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

border-color css

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

 span { border-color: rgb(204,79,160); }

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