Html Css Color HEX #CC3AB1 Fuchsia

📋 copy color: '#CC3AB1'

red 204 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #CC3AB1

Tints of Fuchsia #CC3AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.21%

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

R = 46.47%
G = 13.21%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC3AB1 (or 0xCC3AB1) is known color: Fuchsia. HEX triplet: CC, 3A and B1. RGB value is (204,58,177). Sum of RGB (Red+Green+Blue) = 204+58+177=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AB1 is #33C54E. Grayscale: #727272. Windows color (decimal): -3392847 or 11614924. OLE color: 11614924.

HSL color Cylindrical-coordinate representation of color #CC3AB1: hue angle of 311.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3AB1 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 177 -
CMYK 0 0.72 0.13 0.2
HSL 311.1º 0.59% 0.51% -
HSV(B) 311.1º 0.72% 0.8% -
XYZ 34.35 19.04 43.46 -
YUV 115.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 204 58 177 0 0.72 0.13 0.2 311.1 0.59 0.51
Hex CC 3A B1 0 48 D 14 137 3B 33
Octal 314 72 261 0 110 15 24 467 73 63
Binary 11001100 111010 10110001 0 1001000 1101 10100 100110111 111011 110011

Color Harmonies of #CC3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AB1

Black with #CC3AB1

Text Example


Text Example

White with #CC3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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