Html Css Color HEX #CC43AB Fuchsia

📋 copy color: '#CC43AB'

red 204 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #CC43AB

Tints of Fuchsia #CC43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.16%

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

R = 46.15%
G = 15.16%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC43AB (or 0xCC43AB) is known color: Fuchsia. HEX triplet: CC, 43 and AB. RGB value is (204,67,171). Sum of RGB (Red+Green+Blue) = 204+67+171=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43AB is #33BC54. Grayscale: #777777. Windows color (decimal): -3390549 or 11224012. OLE color: 11224012.

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

Color convert

RGB 204 67 171 -
CMYK 0 0.67 0.16 0.2
HSL 314.45º 0.57% 0.53% -
HSV(B) 314.45º 0.67% 0.8% -
XYZ 34.26 19.79 40.54 -
YUV 119.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 204 67 171 0 0.67 0.16 0.2 314.45 0.57 0.53
Hex CC 43 AB 0 43 10 14 13A 39 35
Octal 314 103 253 0 103 20 24 472 71 65
Binary 11001100 1000011 10101011 0 1000011 10000 10100 100111010 111001 110101

Color Harmonies of #CC43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43AB

Black with #CC43AB

Text Example


Text Example

White with #CC43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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