Html Css Color HEX #CC4394 Mulberry

📋 copy color: '#CC4394'

red 204 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #CC4394

Tints of Mulberry #CC4394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 48.69%
G = 15.99%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC4394 (or 0xCC4394) is known color: Mulberry. HEX triplet: CC, 43 and 94. RGB value is (204,67,148). Sum of RGB (Red+Green+Blue) = 204+67+148=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4394 is #33BC6B. Grayscale: #757575. Windows color (decimal): -3390572 or 9716684. OLE color: 9716684.

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

Color convert

RGB 204 67 148 -
CMYK 0 0.67 0.27 0.2
HSL 324.53º 0.57% 0.53% -
HSV(B) 324.53º 0.67% 0.8% -
XYZ 32.25 18.99 29.98 -
YUV 117.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 204 67 148 0 0.67 0.27 0.2 324.53 0.57 0.53
Hex CC 43 94 0 43 1B 14 145 39 35
Octal 314 103 224 0 103 33 24 505 71 65
Binary 11001100 1000011 10010100 0 1000011 11011 10100 101000101 111001 110101

Color Harmonies of #CC4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4394

Black with #CC4394

Text Example


Text Example

White with #CC4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4394; }

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

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

background-color css

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

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

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

border-color css

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

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

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