Html Css Color HEX #CC46B0 Fuchsia

📋 copy color: '#CC46B0'

red 204 ◦ green 70 ◦ blue 176

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

Shades of Fuchsia #CC46B0

Tints of Fuchsia #CC46B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 45.33%
G = 15.56%
B = 39.11%

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

#CC46B0 (or 0xCC46B0) is known color: Fuchsia. HEX triplet: CC, 46 and B0. RGB value is (204,70,176). Sum of RGB (Red+Green+Blue) = 204+70+176=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46B0 is #33B94F. Grayscale: #797979. Windows color (decimal): -3389776 or 11552460. OLE color: 11552460.

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

Color convert

RGB 204 70 176 -
CMYK 0 0.66 0.14 0.2
HSL 312.54º 0.57% 0.54% -
HSV(B) 312.54º 0.66% 0.8% -
XYZ 34.93 20.35 43.16 -
YUV 122.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 204 70 176 0 0.66 0.14 0.2 312.54 0.57 0.54
Hex CC 46 B0 0 42 E 14 139 39 36
Octal 314 106 260 0 102 16 24 471 71 66
Binary 11001100 1000110 10110000 0 1000010 1110 10100 100111001 111001 110110

Color Harmonies of #CC46B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46B0

Black with #CC46B0

Text Example


Text Example

White with #CC46B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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