Html Css Color HEX #CC3F84 Mulberry

📋 copy color: '#CC3F84'

red 204 ◦ green 63 ◦ blue 132

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

Shades of Mulberry #CC3F84

Tints of Mulberry #CC3F84

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 51.13%
G = 15.79%
B = 33.08%

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

#CC3F84 (or 0xCC3F84) is known color: Mulberry. HEX triplet: CC, 3F and 84. RGB value is (204,63,132). Sum of RGB (Red+Green+Blue) = 204+63+132=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F84 is #33C07B. Grayscale: #707070. Windows color (decimal): -3391612 or 8667084. OLE color: 8667084.

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

Color convert

RGB 204 63 132 -
CMYK 0 0.69 0.35 0.2
HSL 330.64º 0.58% 0.52% -
HSV(B) 330.64º 0.69% 0.8% -
XYZ 30.84 18.06 23.69 -
YUV 113.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 204 63 132 0 0.69 0.35 0.2 330.64 0.58 0.52
Hex CC 3F 84 0 45 23 14 14B 3A 34
Octal 314 77 204 0 105 43 24 513 72 64
Binary 11001100 111111 10000100 0 1000101 100011 10100 101001011 111010 110100

Color Harmonies of #CC3F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F84

Black with #CC3F84

Text Example


Text Example

White with #CC3F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F84; }

 p { color: rgb(204,63,132); }

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

background-color css

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

 a { background-color: rgb(204,63,132); }

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

border-color css

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

 span { border-color: rgb(204,63,132); }

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