Html Css Color HEX #CC448F Mulberry

📋 copy color: '#CC448F'

red 204 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #CC448F

Tints of Mulberry #CC448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 49.16%
G = 16.39%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC448F (or 0xCC448F) is known color: Mulberry. HEX triplet: CC, 44 and 8F. RGB value is (204,68,143). Sum of RGB (Red+Green+Blue) = 204+68+143=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC448F is #33BB70. Grayscale: #757575. Windows color (decimal): -3390321 or 9389260. OLE color: 9389260.

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

Color convert

RGB 204 68 143 -
CMYK 0 0.67 0.30 0.2
HSL 326.91º 0.57% 0.53% -
HSV(B) 326.91º 0.67% 0.8% -
XYZ 31.93 18.95 27.96 -
YUV 117.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 204 68 143 0 0.67 0.30 0.2 326.91 0.57 0.53
Hex CC 44 8F 0 43 1E 14 147 39 35
Octal 314 104 217 0 103 36 24 507 71 65
Binary 11001100 1000100 10001111 0 1000011 11110 10100 101000111 111001 110101

Color Harmonies of #CC448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC448F

Black with #CC448F

Text Example


Text Example

White with #CC448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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