Html Css Color HEX #CC2EBE Fuchsia

📋 copy color: '#CC2EBE'

red 204 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #CC2EBE

Tints of Fuchsia #CC2EBE

RGB

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

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

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

R = 46.36%
G = 10.45%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC2EBE (or 0xCC2EBE) is known color: Fuchsia. HEX triplet: CC, 2E and BE. RGB value is (204,46,190). Sum of RGB (Red+Green+Blue) = 204+46+190=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EBE is #33D141. Grayscale: #6D6D6D. Windows color (decimal): -3395906 or 12463820. OLE color: 12463820.

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

Color convert

RGB 204 46 190 -
CMYK 0 0.77 0.07 0.2
HSL 305.32º 0.63% 0.49% -
HSV(B) 305.32º 0.77% 0.8% -
XYZ 35.17 18.51 50.43 -
YUV 109.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 204 46 190 0 0.77 0.07 0.2 305.32 0.63 0.49
Hex CC 2E BE 0 4D 7 14 131 3F 31
Octal 314 56 276 0 115 7 24 461 77 61
Binary 11001100 101110 10111110 0 1001101 111 10100 100110001 111111 110001

Color Harmonies of #CC2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EBE

Black with #CC2EBE

Text Example


Text Example

White with #CC2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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