Html Css Color HEX #CC41A4 Mulberry

📋 copy color: '#CC41A4'

red 204 ◦ green 65 ◦ blue 164

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

Shades of Mulberry #CC41A4

Tints of Mulberry #CC41A4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 47.11%
G = 15.01%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC41A4 (or 0xCC41A4) is known color: Mulberry. HEX triplet: CC, 41 and A4. RGB value is (204,65,164). Sum of RGB (Red+Green+Blue) = 204+65+164=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41A4 is #33BE5B. Grayscale: #757575. Windows color (decimal): -3391068 or 10764748. OLE color: 10764748.

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

Color convert

RGB 204 65 164 -
CMYK 0 0.68 0.20 0.2
HSL 317.27º 0.58% 0.53% -
HSV(B) 317.27º 0.68% 0.8% -
XYZ 33.49 19.3 37.08 -
YUV 117.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 204 65 164 0 0.68 0.20 0.2 317.27 0.58 0.53
Hex CC 41 A4 0 44 14 14 13D 3A 35
Octal 314 101 244 0 104 24 24 475 72 65
Binary 11001100 1000001 10100100 0 1000100 10100 10100 100111101 111010 110101

Color Harmonies of #CC41A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41A4

Black with #CC41A4

Text Example


Text Example

White with #CC41A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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