Html Css Color HEX #CC4AC3 Fuchsia

📋 copy color: '#CC4AC3'

red 204 ◦ green 74 ◦ blue 195

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

Shades of Fuchsia #CC4AC3

Tints of Fuchsia #CC4AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 43.13%
G = 15.64%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC4AC3 (or 0xCC4AC3) is known color: Fuchsia. HEX triplet: CC, 4A and C3. RGB value is (204,74,195). Sum of RGB (Red+Green+Blue) = 204+74+195=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AC3 is #33B53C. Grayscale: #7E7E7E. Windows color (decimal): -3388733 or 12798668. OLE color: 12798668.

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

Color convert

RGB 204 74 195 -
CMYK 0 0.64 0.04 0.2
HSL 304.15º 0.56% 0.55% -
HSV(B) 304.15º 0.64% 0.8% -
XYZ 37.2 21.68 53.85 -
YUV 126.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 204 74 195 0 0.64 0.04 0.2 304.15 0.56 0.55
Hex CC 4A C3 0 40 4 14 130 38 37
Octal 314 112 303 0 100 4 24 460 70 67
Binary 11001100 1001010 11000011 0 1000000 100 10100 100110000 111000 110111

Color Harmonies of #CC4AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AC3

Black with #CC4AC3

Text Example


Text Example

White with #CC4AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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