Html Css Color HEX #CC4BA7 Mulberry

📋 copy color: '#CC4BA7'

red 204 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #CC4BA7

Tints of Mulberry #CC4BA7

RGB

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

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

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

R = 45.74%
G = 16.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC4BA7 (or 0xCC4BA7) is known color: Mulberry. HEX triplet: CC, 4B and A7. RGB value is (204,75,167). Sum of RGB (Red+Green+Blue) = 204+75+167=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BA7 is #33B458. Grayscale: #7B7B7B. Windows color (decimal): -3388505 or 10963916. OLE color: 10963916.

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

Color convert

RGB 204 75 167 -
CMYK 0 0.63 0.18 0.2
HSL 317.21º 0.56% 0.55% -
HSV(B) 317.21º 0.63% 0.8% -
XYZ 34.39 20.66 38.73 -
YUV 124.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 204 75 167 0 0.63 0.18 0.2 317.21 0.56 0.55
Hex CC 4B A7 0 3F 12 14 13D 38 37
Octal 314 113 247 0 77 22 24 475 70 67
Binary 11001100 1001011 10100111 0 111111 10010 10100 100111101 111000 110111

Color Harmonies of #CC4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BA7

Black with #CC4BA7

Text Example


Text Example

White with #CC4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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