Html Css Color HEX #CC5CA3 Mulberry

📋 copy color: '#CC5CA3'

red 204 ◦ green 92 ◦ blue 163

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

Shades of Mulberry #CC5CA3

Tints of Mulberry #CC5CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.51%

R = 44.44%
G = 20.04%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC5CA3 (or 0xCC5CA3) is known color: Mulberry. HEX triplet: CC, 5C and A3. RGB value is (204,92,163). Sum of RGB (Red+Green+Blue) = 204+92+163=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA3 is #33A35C. Grayscale: #858585. Windows color (decimal): -3384157 or 10706124. OLE color: 10706124.

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

Color convert

RGB 204 92 163 -
CMYK 0 0.55 0.20 0.2
HSL 321.96º 0.52% 0.58% -
HSV(B) 321.96º 0.55% 0.8% -
XYZ 35.34 23.14 37.25 -
YUV 133.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 204 92 163 0 0.55 0.20 0.2 321.96 0.52 0.58
Hex CC 5C A3 0 37 14 14 142 34 3A
Octal 314 134 243 0 67 24 24 502 64 72
Binary 11001100 1011100 10100011 0 110111 10100 10100 101000010 110100 111010

Color Harmonies of #CC5CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CA3

Black with #CC5CA3

Text Example


Text Example

White with #CC5CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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