Html Css Color HEX #CC448D Mulberry

📋 copy color: '#CC448D'

red 204 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #CC448D

Tints of Mulberry #CC448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 49.39%
G = 16.46%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC448D (or 0xCC448D) is known color: Mulberry. HEX triplet: CC, 44 and 8D. RGB value is (204,68,141). Sum of RGB (Red+Green+Blue) = 204+68+141=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC448D is #33BB72. Grayscale: #747474. Windows color (decimal): -3390323 or 9258188. OLE color: 9258188.

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

Color convert

RGB 204 68 141 -
CMYK 0 0.67 0.31 0.2
HSL 327.79º 0.57% 0.53% -
HSV(B) 327.79º 0.67% 0.8% -
XYZ 31.78 18.89 27.17 -
YUV 116.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 204 68 141 0 0.67 0.31 0.2 327.79 0.57 0.53
Hex CC 44 8D 0 43 1F 14 148 39 35
Octal 314 104 215 0 103 37 24 510 71 65
Binary 11001100 1000100 10001101 0 1000011 11111 10100 101001000 111001 110101

Color Harmonies of #CC448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC448D

Black with #CC448D

Text Example


Text Example

White with #CC448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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