Html Css Color HEX #CC4281 Mulberry

📋 copy color: '#CC4281'

red 204 ◦ green 66 ◦ blue 129

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

Shades of Mulberry #CC4281

Tints of Mulberry #CC4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 51.13%
G = 16.54%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4281 (or 0xCC4281) is known color: Mulberry. HEX triplet: CC, 42 and 81. RGB value is (204,66,129). Sum of RGB (Red+Green+Blue) = 204+66+129=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4281 is #33BD7E. Grayscale: #727272. Windows color (decimal): -3390847 or 8471244. OLE color: 8471244.

HSL color Cylindrical-coordinate representation of color #CC4281: hue angle of 332.61º degrees, saturation: 0.57, 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 #CC4281 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 129 -
CMYK 0 0.68 0.37 0.2
HSL 332.61º 0.58% 0.53% -
HSV(B) 332.61º 0.68% 0.8% -
XYZ 30.81 18.32 22.68 -
YUV 114.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 204 66 129 0 0.68 0.37 0.2 332.61 0.58 0.53
Hex CC 42 81 0 44 25 14 14D 3A 35
Octal 314 102 201 0 104 45 24 515 72 65
Binary 11001100 1000010 10000001 0 1000100 100101 10100 101001101 111010 110101

Color Harmonies of #CC4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4281

Black with #CC4281

Text Example


Text Example

White with #CC4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4281; }

 p { color: rgb(204,66,129); }

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

background-color css

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

 a { background-color: rgb(204,66,129); }

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

border-color css

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

 span { border-color: rgb(204,66,129); }

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