Html Css Color HEX #CC448C Mulberry

📋 copy color: '#CC448C'

red 204 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #CC448C

Tints of Mulberry #CC448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 49.51%
G = 16.5%
B = 33.98%

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

#CC448C (or 0xCC448C) is known color: Mulberry. HEX triplet: CC, 44 and 8C. RGB value is (204,68,140). Sum of RGB (Red+Green+Blue) = 204+68+140=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC448C is #33BB73. Grayscale: #747474. Windows color (decimal): -3390324 or 9192652. OLE color: 9192652.

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

Color convert

RGB 204 68 140 -
CMYK 0 0.67 0.31 0.2
HSL 328.24º 0.57% 0.53% -
HSV(B) 328.24º 0.67% 0.8% -
XYZ 31.7 18.87 26.78 -
YUV 116.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 204 68 140 0 0.67 0.31 0.2 328.24 0.57 0.53
Hex CC 44 8C 0 43 1F 14 148 39 35
Octal 314 104 214 0 103 37 24 510 71 65
Binary 11001100 1000100 10001100 0 1000011 11111 10100 101001000 111001 110101

Color Harmonies of #CC448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC448C

Black with #CC448C

Text Example


Text Example

White with #CC448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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