Html Css Color HEX #CC40AF Fuchsia

📋 copy color: '#CC40AF'

red 204 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #CC40AF

Tints of Fuchsia #CC40AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.45%

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 46.05%
G = 14.45%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC40AF (or 0xCC40AF) is known color: Fuchsia. HEX triplet: CC, 40 and AF. RGB value is (204,64,175). Sum of RGB (Red+Green+Blue) = 204+64+175=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AF is #33BF50. Grayscale: #767676. Windows color (decimal): -3391313 or 11485388. OLE color: 11485388.

HSL color Cylindrical-coordinate representation of color #CC40AF: hue angle of 312.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40AF is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 175 -
CMYK 0 0.69 0.14 0.2
HSL 312.43º 0.58% 0.53% -
HSV(B) 312.43º 0.69% 0.8% -
XYZ 34.47 19.6 42.52 -
YUV 118.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 204 64 175 0 0.69 0.14 0.2 312.43 0.58 0.53
Hex CC 40 AF 0 45 E 14 138 3A 35
Octal 314 100 257 0 105 16 24 470 72 65
Binary 11001100 1000000 10101111 0 1000101 1110 10100 100111000 111010 110101

Color Harmonies of #CC40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40AF

Black with #CC40AF

Text Example


Text Example

White with #CC40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40AF; }

 p { color: rgb(204,64,175); }

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

background-color css

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

 a { background-color: rgb(204,64,175); }

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

border-color css

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

 span { border-color: rgb(204,64,175); }

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