Html Css Color HEX #CC4294 Mulberry

📋 copy color: '#CC4294'

red 204 ◦ green 66 ◦ blue 148

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

Shades of Mulberry #CC4294

Tints of Mulberry #CC4294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 48.8%
G = 15.79%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC4294 (or 0xCC4294) is known color: Mulberry. HEX triplet: CC, 42 and 94. RGB value is (204,66,148). Sum of RGB (Red+Green+Blue) = 204+66+148=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4294 is #33BD6B. Grayscale: #747474. Windows color (decimal): -3390828 or 9716428. OLE color: 9716428.

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

Color convert

RGB 204 66 148 -
CMYK 0 0.68 0.27 0.2
HSL 324.35º 0.58% 0.53% -
HSV(B) 324.35º 0.68% 0.8% -
XYZ 32.2 18.87 29.96 -
YUV 116.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 204 66 148 0 0.68 0.27 0.2 324.35 0.58 0.53
Hex CC 42 94 0 44 1B 14 144 3A 35
Octal 314 102 224 0 104 33 24 504 72 65
Binary 11001100 1000010 10010100 0 1000100 11011 10100 101000100 111010 110101

Color Harmonies of #CC4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4294

Black with #CC4294

Text Example


Text Example

White with #CC4294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4294; }

 p { color: rgb(204,66,148); }

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

background-color css

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

 a { background-color: rgb(204,66,148); }

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

border-color css

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

 span { border-color: rgb(204,66,148); }

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