Html Css Color HEX #CC4BA4 Mulberry

📋 copy color: '#CC4BA4'

red 204 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #CC4BA4

Tints of Mulberry #CC4BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

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

R = 46.05%
G = 16.93%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC4BA4 (or 0xCC4BA4) is known color: Mulberry. HEX triplet: CC, 4B and A4. RGB value is (204,75,164). Sum of RGB (Red+Green+Blue) = 204+75+164=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BA4 is #33B45B. Grayscale: #7B7B7B. Windows color (decimal): -3388508 or 10767308. OLE color: 10767308.

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

Color convert

RGB 204 75 164 -
CMYK 0 0.63 0.20 0.2
HSL 318.6º 0.56% 0.55% -
HSV(B) 318.6º 0.63% 0.8% -
XYZ 34.12 20.55 37.29 -
YUV 123.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 204 75 164 0 0.63 0.20 0.2 318.6 0.56 0.55
Hex CC 4B A4 0 3F 14 14 13F 38 37
Octal 314 113 244 0 77 24 24 477 70 67
Binary 11001100 1001011 10100100 0 111111 10100 10100 100111111 111000 110111

Color Harmonies of #CC4BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BA4

Black with #CC4BA4

Text Example


Text Example

White with #CC4BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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