Html Css Color HEX #CC4AB6 Fuchsia

📋 copy color: '#CC4AB6'

red 204 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #CC4AB6

Tints of Fuchsia #CC4AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 44.35%
G = 16.09%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC4AB6 (or 0xCC4AB6) is known color: Fuchsia. HEX triplet: CC, 4A and B6. RGB value is (204,74,182). Sum of RGB (Red+Green+Blue) = 204+74+182=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AB6 is #33B549. Grayscale: #7C7C7C. Windows color (decimal): -3388746 or 11946700. OLE color: 11946700.

HSL color Cylindrical-coordinate representation of color #CC4AB6: hue angle of 310.15º 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 #CC4AB6 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 182 -
CMYK 0 0.64 0.11 0.2
HSL 310.15º 0.56% 0.55% -
HSV(B) 310.15º 0.64% 0.8% -
XYZ 35.79 21.11 46.44 -
YUV 125.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 204 74 182 0 0.64 0.11 0.2 310.15 0.56 0.55
Hex CC 4A B6 0 40 B 14 136 38 37
Octal 314 112 266 0 100 13 24 466 70 67
Binary 11001100 1001010 10110110 0 1000000 1011 10100 100110110 111000 110111

Color Harmonies of #CC4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AB6

Black with #CC4AB6

Text Example


Text Example

White with #CC4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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