Html Css Color HEX #CC5AB3 Fuchsia

📋 copy color: '#CC5AB3'

red 204 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #CC5AB3

Tints of Fuchsia #CC5AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 43.13%
G = 19.03%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC5AB3 (or 0xCC5AB3) is known color: Fuchsia. HEX triplet: CC, 5A and B3. RGB value is (204,90,179). Sum of RGB (Red+Green+Blue) = 204+90+179=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AB3 is #33A54C. Grayscale: #858585. Windows color (decimal): -3384653 or 11754188. OLE color: 11754188.

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

Color convert

RGB 204 90 179 -
CMYK 0 0.56 0.12 0.2
HSL 313.16º 0.53% 0.58% -
HSV(B) 313.16º 0.56% 0.8% -
XYZ 36.69 23.4 45.23 -
YUV 134.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 204 90 179 0 0.56 0.12 0.2 313.16 0.53 0.58
Hex CC 5A B3 0 38 C 14 139 35 3A
Octal 314 132 263 0 70 14 24 471 65 72
Binary 11001100 1011010 10110011 0 111000 1100 10100 100111001 110101 111010

Color Harmonies of #CC5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AB3

Black with #CC5AB3

Text Example


Text Example

White with #CC5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AB3; }

 p { color: rgb(204,90,179); }

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

background-color css

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

 a { background-color: rgb(204,90,179); }

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

border-color css

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

 span { border-color: rgb(204,90,179); }

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