Html Css Color HEX #CC4A94 Mulberry

📋 copy color: '#CC4A94'

red 204 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #CC4A94

Tints of Mulberry #CC4A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 47.89%
G = 17.37%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC4A94 (or 0xCC4A94) is known color: Mulberry. HEX triplet: CC, 4A and 94. RGB value is (204,74,148). Sum of RGB (Red+Green+Blue) = 204+74+148=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A94 is #33B56B. Grayscale: #797979. Windows color (decimal): -3388780 or 9718476. OLE color: 9718476.

HSL color Cylindrical-coordinate representation of color #CC4A94: hue angle of 325.85º 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 #CC4A94 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 148 -
CMYK 0 0.64 0.27 0.2
HSL 325.85º 0.56% 0.55% -
HSV(B) 325.85º 0.64% 0.8% -
XYZ 32.7 19.87 30.13 -
YUV 121.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 204 74 148 0 0.64 0.27 0.2 325.85 0.56 0.55
Hex CC 4A 94 0 40 1B 14 146 38 37
Octal 314 112 224 0 100 33 24 506 70 67
Binary 11001100 1001010 10010100 0 1000000 11011 10100 101000110 111000 110111

Color Harmonies of #CC4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A94

Black with #CC4A94

Text Example


Text Example

White with #CC4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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