Html Css Color HEX #CC46BB Fuchsia

📋 copy color: '#CC46BB'

red 204 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #CC46BB

Tints of Fuchsia #CC46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 44.25%
G = 15.18%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC46BB (or 0xCC46BB) is known color: Fuchsia. HEX triplet: CC, 46 and BB. RGB value is (204,70,187). Sum of RGB (Red+Green+Blue) = 204+70+187=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46BB is #33B944. Grayscale: #7B7B7B. Windows color (decimal): -3389765 or 12273356. OLE color: 12273356.

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

Color convert

RGB 204 70 187 -
CMYK 0 0.66 0.08 0.2
HSL 307.61º 0.57% 0.54% -
HSV(B) 307.61º 0.66% 0.8% -
XYZ 36.06 20.81 49.13 -
YUV 123.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 204 70 187 0 0.66 0.08 0.2 307.61 0.57 0.54
Hex CC 46 BB 0 42 8 14 134 39 36
Octal 314 106 273 0 102 10 24 464 71 66
Binary 11001100 1000110 10111011 0 1000010 1000 10100 100110100 111001 110110

Color Harmonies of #CC46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46BB

Black with #CC46BB

Text Example


Text Example

White with #CC46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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