Html Css Color HEX #CC6AB2 Fuchsia

📋 copy color: '#CC6AB2'

red 204 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #CC6AB2

Tints of Fuchsia #CC6AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 41.8%
G = 21.72%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC6AB2 (or 0xCC6AB2) is known color: Fuchsia. HEX triplet: CC, 6A and B2. RGB value is (204,106,178). Sum of RGB (Red+Green+Blue) = 204+106+178=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AB2 is #33954D. Grayscale: #8F8F8F. Windows color (decimal): -3380558 or 11692748. OLE color: 11692748.

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

Color convert

RGB 204 106 178 -
CMYK 0 0.48 0.13 0.2
HSL 315.92º 0.49% 0.61% -
HSV(B) 315.92º 0.48% 0.8% -
XYZ 38.09 26.36 45.2 -
YUV 143.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 204 106 178 0 0.48 0.13 0.2 315.92 0.49 0.61
Hex CC 6A B2 0 30 D 14 13C 31 3D
Octal 314 152 262 0 60 15 24 474 61 75
Binary 11001100 1101010 10110010 0 110000 1101 10100 100111100 110001 111101

Color Harmonies of #CC6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AB2

Black with #CC6AB2

Text Example


Text Example

White with #CC6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AB2; }

 p { color: rgb(204,106,178); }

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

background-color css

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

 a { background-color: rgb(204,106,178); }

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

border-color css

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

 span { border-color: rgb(204,106,178); }

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