Html Css Color HEX #CC4085 Mulberry

📋 copy color: '#CC4085'

red 204 ◦ green 64 ◦ blue 133

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

Shades of Mulberry #CC4085

Tints of Mulberry #CC4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 50.87%
G = 15.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4085 (or 0xCC4085) is known color: Mulberry. HEX triplet: CC, 40 and 85. RGB value is (204,64,133). Sum of RGB (Red+Green+Blue) = 204+64+133=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4085 is #33BF7A. Grayscale: #717171. Windows color (decimal): -3391355 or 8732876. OLE color: 8732876.

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

Color convert

RGB 204 64 133 -
CMYK 0 0.69 0.35 0.2
HSL 330.43º 0.58% 0.53% -
HSV(B) 330.43º 0.69% 0.8% -
XYZ 30.97 18.2 24.07 -
YUV 113.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 204 64 133 0 0.69 0.35 0.2 330.43 0.58 0.53
Hex CC 40 85 0 45 23 14 14A 3A 35
Octal 314 100 205 0 105 43 24 512 72 65
Binary 11001100 1000000 10000101 0 1000101 100011 10100 101001010 111010 110101

Color Harmonies of #CC4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4085

Black with #CC4085

Text Example


Text Example

White with #CC4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4085; }

 p { color: rgb(204,64,133); }

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

background-color css

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

 a { background-color: rgb(204,64,133); }

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

border-color css

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

 span { border-color: rgb(204,64,133); }

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