Html Css Color HEX #CC5CA7 Mulberry

📋 copy color: '#CC5CA7'

red 204 ◦ green 92 ◦ blue 167

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

Shades of Mulberry #CC5CA7

Tints of Mulberry #CC5CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 44.06%
G = 19.87%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC5CA7 (or 0xCC5CA7) is known color: Mulberry. HEX triplet: CC, 5C and A7. RGB value is (204,92,167). Sum of RGB (Red+Green+Blue) = 204+92+167=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA7 is #33A358. Grayscale: #858585. Windows color (decimal): -3384153 or 10968268. OLE color: 10968268.

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

Color convert

RGB 204 92 167 -
CMYK 0 0.55 0.18 0.2
HSL 319.82º 0.52% 0.58% -
HSV(B) 319.82º 0.55% 0.8% -
XYZ 35.7 23.28 39.17 -
YUV 134.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 204 92 167 0 0.55 0.18 0.2 319.82 0.52 0.58
Hex CC 5C A7 0 37 12 14 140 34 3A
Octal 314 134 247 0 67 22 24 500 64 72
Binary 11001100 1011100 10100111 0 110111 10010 10100 101000000 110100 111010

Color Harmonies of #CC5CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CA7

Black with #CC5CA7

Text Example


Text Example

White with #CC5CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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