Html Css Color HEX #CC36A4 Mulberry

📋 copy color: '#CC36A4'

red 204 ◦ green 54 ◦ blue 164

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

Shades of Mulberry #CC36A4

Tints of Mulberry #CC36A4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 48.34%
G = 12.8%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC36A4 (or 0xCC36A4) is known color: Mulberry. HEX triplet: CC, 36 and A4. RGB value is (204,54,164). Sum of RGB (Red+Green+Blue) = 204+54+164=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36A4 is #33C95B. Grayscale: #6F6F6F. Windows color (decimal): -3393884 or 10761932. OLE color: 10761932.

HSL color Cylindrical-coordinate representation of color #CC36A4: hue angle of 316º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36A4 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 164 -
CMYK 0 0.74 0.20 0.2
HSL 316º 0.6% 0.51% -
HSV(B) 316º 0.74% 0.8% -
XYZ 32.92 18.16 36.89 -
YUV 111.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 204 54 164 0 0.74 0.20 0.2 316 0.6 0.51
Hex CC 36 A4 0 4A 14 14 13C 3C 33
Octal 314 66 244 0 112 24 24 474 74 63
Binary 11001100 110110 10100100 0 1001010 10100 10100 100111100 111100 110011

Color Harmonies of #CC36A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36A4

Black with #CC36A4

Text Example


Text Example

White with #CC36A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36A4; }

 p { color: rgb(204,54,164); }

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

background-color css

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

 a { background-color: rgb(204,54,164); }

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

border-color css

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

 span { border-color: rgb(204,54,164); }

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