Html Css Color HEX #CC4ABE Fuchsia

📋 copy color: '#CC4ABE'

red 204 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #CC4ABE

Tints of Fuchsia #CC4ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 43.59%
G = 15.81%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC4ABE (or 0xCC4ABE) is known color: Fuchsia. HEX triplet: CC, 4A and BE. RGB value is (204,74,190). Sum of RGB (Red+Green+Blue) = 204+74+190=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABE is #33B541. Grayscale: #7D7D7D. Windows color (decimal): -3388738 or 12470988. OLE color: 12470988.

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

Color convert

RGB 204 74 190 -
CMYK 0 0.64 0.07 0.2
HSL 306.46º 0.56% 0.55% -
HSV(B) 306.46º 0.64% 0.8% -
XYZ 36.64 21.45 50.92 -
YUV 126.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 204 74 190 0 0.64 0.07 0.2 306.46 0.56 0.55
Hex CC 4A BE 0 40 7 14 132 38 37
Octal 314 112 276 0 100 7 24 462 70 67
Binary 11001100 1001010 10111110 0 1000000 111 10100 100110010 111000 110111

Color Harmonies of #CC4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ABE

Black with #CC4ABE

Text Example


Text Example

White with #CC4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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