Html Css Color HEX #CC4681 Mulberry

📋 copy color: '#CC4681'

red 204 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #CC4681

Tints of Mulberry #CC4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 50.62%
G = 17.37%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4681 (or 0xCC4681) is known color: Mulberry. HEX triplet: CC, 46 and 81. RGB value is (204,70,129). Sum of RGB (Red+Green+Blue) = 204+70+129=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4681 is #33B97E. Grayscale: #747474. Windows color (decimal): -3389823 or 8472268. OLE color: 8472268.

HSL color Cylindrical-coordinate representation of color #CC4681: hue angle of 333.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4681 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 129 -
CMYK 0 0.66 0.37 0.2
HSL 333.58º 0.57% 0.54% -
HSV(B) 333.58º 0.66% 0.8% -
XYZ 31.05 18.8 22.76 -
YUV 116.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 204 70 129 0 0.66 0.37 0.2 333.58 0.57 0.54
Hex CC 46 81 0 42 25 14 14E 39 36
Octal 314 106 201 0 102 45 24 516 71 66
Binary 11001100 1000110 10000001 0 1000010 100101 10100 101001110 111001 110110

Color Harmonies of #CC4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4681

Black with #CC4681

Text Example


Text Example

White with #CC4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4681; }

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

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

background-color css

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

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

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

border-color css

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

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

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