Html Css Color HEX #CC40A7 Mulberry

📋 copy color: '#CC40A7'

red 204 ◦ green 64 ◦ blue 167

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

Shades of Mulberry #CC40A7

Tints of Mulberry #CC40A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 46.9%
G = 14.71%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC40A7 (or 0xCC40A7) is known color: Mulberry. HEX triplet: CC, 40 and A7. RGB value is (204,64,167). Sum of RGB (Red+Green+Blue) = 204+64+167=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40A7 is #33BF58. Grayscale: #757575. Windows color (decimal): -3391321 or 10961100. OLE color: 10961100.

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

Color convert

RGB 204 64 167 -
CMYK 0 0.69 0.18 0.2
HSL 315.86º 0.58% 0.53% -
HSV(B) 315.86º 0.69% 0.8% -
XYZ 33.71 19.29 38.51 -
YUV 117.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 204 64 167 0 0.69 0.18 0.2 315.86 0.58 0.53
Hex CC 40 A7 0 45 12 14 13C 3A 35
Octal 314 100 247 0 105 22 24 474 72 65
Binary 11001100 1000000 10100111 0 1000101 10010 10100 100111100 111010 110101

Color Harmonies of #CC40A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40A7

Black with #CC40A7

Text Example


Text Example

White with #CC40A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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