Html Css Color HEX #CC2EBC Fuchsia

📋 copy color: '#CC2EBC'

red 204 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #CC2EBC

Tints of Fuchsia #CC2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 46.58%
G = 10.5%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC2EBC (or 0xCC2EBC) is known color: Fuchsia. HEX triplet: CC, 2E and BC. RGB value is (204,46,188). Sum of RGB (Red+Green+Blue) = 204+46+188=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EBC is #33D143. Grayscale: #6D6D6D. Windows color (decimal): -3395908 or 12332748. OLE color: 12332748.

HSL color Cylindrical-coordinate representation of color #CC2EBC: hue angle of 306.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2EBC is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 188 -
CMYK 0 0.77 0.08 0.2
HSL 306.08º 0.63% 0.49% -
HSV(B) 306.08º 0.77% 0.8% -
XYZ 34.96 18.42 49.29 -
YUV 109.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 204 46 188 0 0.77 0.08 0.2 306.08 0.63 0.49
Hex CC 2E BC 0 4D 8 14 132 3F 31
Octal 314 56 274 0 115 10 24 462 77 61
Binary 11001100 101110 10111100 0 1001101 1000 10100 100110010 111111 110001

Color Harmonies of #CC2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EBC

Black with #CC2EBC

Text Example


Text Example

White with #CC2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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