Html Css Color HEX #CC4ABF Fuchsia

📋 copy color: '#CC4ABF'

red 204 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #CC4ABF

Tints of Fuchsia #CC4ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 43.5%
G = 15.78%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC4ABF (or 0xCC4ABF) is known color: Fuchsia. HEX triplet: CC, 4A and BF. RGB value is (204,74,191). Sum of RGB (Red+Green+Blue) = 204+74+191=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABF is #33B540. Grayscale: #7D7D7D. Windows color (decimal): -3388737 or 12536524. OLE color: 12536524.

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

Color convert

RGB 204 74 191 -
CMYK 0 0.64 0.06 0.2
HSL 306º 0.56% 0.55% -
HSV(B) 306º 0.64% 0.8% -
XYZ 36.75 21.5 51.5 -
YUV 126.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 204 74 191 0 0.64 0.06 0.2 306 0.56 0.55
Hex CC 4A BF 0 40 6 14 132 38 37
Octal 314 112 277 0 100 6 24 462 70 67
Binary 11001100 1001010 10111111 0 1000000 110 10100 100110010 111000 110111

Color Harmonies of #CC4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ABF

Black with #CC4ABF

Text Example


Text Example

White with #CC4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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