Html Css Color HEX #CC4BB1 Fuchsia

📋 copy color: '#CC4BB1'

red 204 ◦ green 75 ◦ blue 177

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

Shades of Fuchsia #CC4BB1

Tints of Fuchsia #CC4BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 44.74%
G = 16.45%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC4BB1 (or 0xCC4BB1) is known color: Fuchsia. HEX triplet: CC, 4B and B1. RGB value is (204,75,177). Sum of RGB (Red+Green+Blue) = 204+75+177=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BB1 is #33B44E. Grayscale: #7C7C7C. Windows color (decimal): -3388495 or 11619276. OLE color: 11619276.

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

Color convert

RGB 204 75 177 -
CMYK 0 0.63 0.13 0.2
HSL 312.56º 0.56% 0.55% -
HSV(B) 312.56º 0.63% 0.8% -
XYZ 35.35 21.04 43.79 -
YUV 125.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 204 75 177 0 0.63 0.13 0.2 312.56 0.56 0.55
Hex CC 4B B1 0 3F D 14 139 38 37
Octal 314 113 261 0 77 15 24 471 70 67
Binary 11001100 1001011 10110001 0 111111 1101 10100 100111001 111000 110111

Color Harmonies of #CC4BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BB1

Black with #CC4BB1

Text Example


Text Example

White with #CC4BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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