Html Css Color HEX #CC42AB Fuchsia

📋 copy color: '#CC42AB'

red 204 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #CC42AB

Tints of Fuchsia #CC42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 46.26%
G = 14.97%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC42AB (or 0xCC42AB) is known color: Fuchsia. HEX triplet: CC, 42 and AB. RGB value is (204,66,171). Sum of RGB (Red+Green+Blue) = 204+66+171=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC42AB is #33BD54. Grayscale: #767676. Windows color (decimal): -3390805 or 11223756. OLE color: 11223756.

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

Color convert

RGB 204 66 171 -
CMYK 0 0.68 0.16 0.2
HSL 314.35º 0.58% 0.53% -
HSV(B) 314.35º 0.68% 0.8% -
XYZ 34.2 19.67 40.52 -
YUV 119.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 204 66 171 0 0.68 0.16 0.2 314.35 0.58 0.53
Hex CC 42 AB 0 44 10 14 13A 3A 35
Octal 314 102 253 0 104 20 24 472 72 65
Binary 11001100 1000010 10101011 0 1000100 10000 10100 100111010 111010 110101

Color Harmonies of #CC42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42AB

Black with #CC42AB

Text Example


Text Example

White with #CC42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42AB; }

 p { color: rgb(204,66,171); }

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

background-color css

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

 a { background-color: rgb(204,66,171); }

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

border-color css

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

 span { border-color: rgb(204,66,171); }

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