Html Css Color HEX #CC2EBA Fuchsia

📋 copy color: '#CC2EBA'

red 204 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #CC2EBA

Tints of Fuchsia #CC2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 46.79%
G = 10.55%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC2EBA (or 0xCC2EBA) is known color: Fuchsia. HEX triplet: CC, 2E and BA. RGB value is (204,46,186). Sum of RGB (Red+Green+Blue) = 204+46+186=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EBA is #33D145. Grayscale: #6C6C6C. Windows color (decimal): -3395910 or 12201676. OLE color: 12201676.

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

Color convert

RGB 204 46 186 -
CMYK 0 0.77 0.09 0.2
HSL 306.84º 0.63% 0.49% -
HSV(B) 306.84º 0.77% 0.8% -
XYZ 34.74 18.34 48.16 -
YUV 109.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 204 46 186 0 0.77 0.09 0.2 306.84 0.63 0.49
Hex CC 2E BA 0 4D 9 14 133 3F 31
Octal 314 56 272 0 115 11 24 463 77 61
Binary 11001100 101110 10111010 0 1001101 1001 10100 100110011 111111 110001

Color Harmonies of #CC2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EBA

Black with #CC2EBA

Text Example


Text Example

White with #CC2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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