Html Css Color HEX #CC2EBF Fuchsia

📋 copy color: '#CC2EBF'

red 204 ◦ green 46 ◦ blue 191

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

Shades of Fuchsia #CC2EBF

Tints of Fuchsia #CC2EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 46.26%
G = 10.43%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC2EBF (or 0xCC2EBF) is known color: Fuchsia. HEX triplet: CC, 2E and BF. RGB value is (204,46,191). Sum of RGB (Red+Green+Blue) = 204+46+191=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EBF is #33D140. Grayscale: #6D6D6D. Windows color (decimal): -3395905 or 12529356. OLE color: 12529356.

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

Color convert

RGB 204 46 191 -
CMYK 0 0.77 0.06 0.2
HSL 304.94º 0.63% 0.49% -
HSV(B) 304.94º 0.77% 0.8% -
XYZ 35.28 18.55 51.01 -
YUV 109.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 204 46 191 0 0.77 0.06 0.2 304.94 0.63 0.49
Hex CC 2E BF 0 4D 6 14 131 3F 31
Octal 314 56 277 0 115 6 24 461 77 61
Binary 11001100 101110 10111111 0 1001101 110 10100 100110001 111111 110001

Color Harmonies of #CC2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EBF

Black with #CC2EBF

Text Example


Text Example

White with #CC2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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