Html Css Color HEX #CC4490 Mulberry

📋 copy color: '#CC4490'

red 204 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #CC4490

Tints of Mulberry #CC4490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 49.04%
G = 16.35%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC4490 (or 0xCC4490) is known color: Mulberry. HEX triplet: CC, 44 and 90. RGB value is (204,68,144). Sum of RGB (Red+Green+Blue) = 204+68+144=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4490 is #33BB6F. Grayscale: #757575. Windows color (decimal): -3390320 or 9454796. OLE color: 9454796.

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

Color convert

RGB 204 68 144 -
CMYK 0 0.67 0.29 0.2
HSL 326.47º 0.57% 0.53% -
HSV(B) 326.47º 0.67% 0.8% -
XYZ 32 18.99 28.36 -
YUV 117.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 204 68 144 0 0.67 0.29 0.2 326.47 0.57 0.53
Hex CC 44 90 0 43 1D 14 146 39 35
Octal 314 104 220 0 103 35 24 506 71 65
Binary 11001100 1000100 10010000 0 1000011 11101 10100 101000110 111001 110101

Color Harmonies of #CC4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4490

Black with #CC4490

Text Example


Text Example

White with #CC4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4490; }

 p { color: rgb(204,68,144); }

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

background-color css

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

 a { background-color: rgb(204,68,144); }

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

border-color css

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

 span { border-color: rgb(204,68,144); }

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