Html Css Color HEX #CC4ABB Fuchsia

📋 copy color: '#CC4ABB'

red 204 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #CC4ABB

Tints of Fuchsia #CC4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 43.87%
G = 15.91%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC4ABB (or 0xCC4ABB) is known color: Fuchsia. HEX triplet: CC, 4A and BB. RGB value is (204,74,187). Sum of RGB (Red+Green+Blue) = 204+74+187=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABB is #33B544. Grayscale: #7D7D7D. Windows color (decimal): -3388741 or 12274380. OLE color: 12274380.

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

Color convert

RGB 204 74 187 -
CMYK 0 0.64 0.08 0.2
HSL 307.85º 0.56% 0.55% -
HSV(B) 307.85º 0.64% 0.8% -
XYZ 36.32 21.32 49.22 -
YUV 125.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 204 74 187 0 0.64 0.08 0.2 307.85 0.56 0.55
Hex CC 4A BB 0 40 8 14 134 38 37
Octal 314 112 273 0 100 10 24 464 70 67
Binary 11001100 1001010 10111011 0 1000000 1000 10100 100110100 111000 110111

Color Harmonies of #CC4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ABB

Black with #CC4ABB

Text Example


Text Example

White with #CC4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ABB; }

 p { color: rgb(204,74,187); }

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

background-color css

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

 a { background-color: rgb(204,74,187); }

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

border-color css

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

 span { border-color: rgb(204,74,187); }

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