Html Css Color HEX #CC46AF Fuchsia

📋 copy color: '#CC46AF'

red 204 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #CC46AF

Tints of Fuchsia #CC46AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 45.43%
G = 15.59%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC46AF (or 0xCC46AF) is known color: Fuchsia. HEX triplet: CC, 46 and AF. RGB value is (204,70,175). Sum of RGB (Red+Green+Blue) = 204+70+175=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46AF is #33B950. Grayscale: #797979. Windows color (decimal): -3389777 or 11486924. OLE color: 11486924.

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

Color convert

RGB 204 70 175 -
CMYK 0 0.66 0.14 0.2
HSL 312.99º 0.57% 0.54% -
HSV(B) 312.99º 0.66% 0.8% -
XYZ 34.83 20.31 42.64 -
YUV 122.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 204 70 175 0 0.66 0.14 0.2 312.99 0.57 0.54
Hex CC 46 AF 0 42 E 14 139 39 36
Octal 314 106 257 0 102 16 24 471 71 66
Binary 11001100 1000110 10101111 0 1000010 1110 10100 100111001 111001 110110

Color Harmonies of #CC46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46AF

Black with #CC46AF

Text Example


Text Example

White with #CC46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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