Html Css Color HEX #CC46BC Fuchsia

📋 copy color: '#CC46BC'

red 204 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #CC46BC

Tints of Fuchsia #CC46BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 44.16%
G = 15.15%
B = 40.69%

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

#CC46BC (or 0xCC46BC) is known color: Fuchsia. HEX triplet: CC, 46 and BC. RGB value is (204,70,188). Sum of RGB (Red+Green+Blue) = 204+70+188=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46BC is #33B943. Grayscale: #7B7B7B. Windows color (decimal): -3389764 or 12338892. OLE color: 12338892.

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

Color convert

RGB 204 70 188 -
CMYK 0 0.66 0.08 0.2
HSL 307.16º 0.57% 0.54% -
HSV(B) 307.16º 0.66% 0.8% -
XYZ 36.17 20.85 49.69 -
YUV 123.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 204 70 188 0 0.66 0.08 0.2 307.16 0.57 0.54
Hex CC 46 BC 0 42 8 14 133 39 36
Octal 314 106 274 0 102 10 24 463 71 66
Binary 11001100 1000110 10111100 0 1000010 1000 10100 100110011 111001 110110

Color Harmonies of #CC46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46BC

Black with #CC46BC

Text Example


Text Example

White with #CC46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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