Html Css Color HEX #CC46BE Fuchsia

📋 copy color: '#CC46BE'

red 204 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #CC46BE

Tints of Fuchsia #CC46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 43.97%
G = 15.09%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC46BE (or 0xCC46BE) is known color: Fuchsia. HEX triplet: CC, 46 and BE. RGB value is (204,70,190). Sum of RGB (Red+Green+Blue) = 204+70+190=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46BE is #33B941. Grayscale: #7B7B7B. Windows color (decimal): -3389762 or 12469964. OLE color: 12469964.

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

Color convert

RGB 204 70 190 -
CMYK 0 0.66 0.07 0.2
HSL 306.27º 0.57% 0.54% -
HSV(B) 306.27º 0.66% 0.8% -
XYZ 36.39 20.94 50.84 -
YUV 123.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 204 70 190 0 0.66 0.07 0.2 306.27 0.57 0.54
Hex CC 46 BE 0 42 7 14 132 39 36
Octal 314 106 276 0 102 7 24 462 71 66
Binary 11001100 1000110 10111110 0 1000010 111 10100 100110010 111001 110110

Color Harmonies of #CC46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46BE

Black with #CC46BE

Text Example


Text Example

White with #CC46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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