Html Css Color HEX #CC4AA4 Mulberry

📋 copy color: '#CC4AA4'

red 204 ◦ green 74 ◦ blue 164

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

Shades of Mulberry #CC4AA4

Tints of Mulberry #CC4AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.74%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 46.15%
G = 16.74%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC4AA4 (or 0xCC4AA4) is known color: Mulberry. HEX triplet: CC, 4A and A4. RGB value is (204,74,164). Sum of RGB (Red+Green+Blue) = 204+74+164=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AA4 is #33B55B. Grayscale: #7A7A7A. Windows color (decimal): -3388764 or 10767052. OLE color: 10767052.

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

Color convert

RGB 204 74 164 -
CMYK 0 0.64 0.20 0.2
HSL 318.46º 0.56% 0.55% -
HSV(B) 318.46º 0.64% 0.8% -
XYZ 34.05 20.42 37.27 -
YUV 123.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 204 74 164 0 0.64 0.20 0.2 318.46 0.56 0.55
Hex CC 4A A4 0 40 14 14 13E 38 37
Octal 314 112 244 0 100 24 24 476 70 67
Binary 11001100 1001010 10100100 0 1000000 10100 10100 100111110 111000 110111

Color Harmonies of #CC4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AA4

Black with #CC4AA4

Text Example


Text Example

White with #CC4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AA4; }

 p { color: rgb(204,74,164); }

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

background-color css

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

 a { background-color: rgb(204,74,164); }

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

border-color css

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

 span { border-color: rgb(204,74,164); }

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