Html Css Color HEX #CE2CBE Fuchsia

📋 copy color: '#CE2CBE'

red 206 ◦ green 44 ◦ blue 190

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

Shades of Fuchsia #CE2CBE

Tints of Fuchsia #CE2CBE

RGB

 RED value IS 206 (80.86% from 255) = 46.82%

 GREEN value IS 44 (17.58% from 255) = 10%

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

R = 46.82%
G = 10%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE2CBE (or 0xCE2CBE) is known color: Fuchsia. HEX triplet: CE, 2C and BE. RGB value is (206,44,190). Sum of RGB (Red+Green+Blue) = 206+44+190=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CBE is #31D341. Grayscale: #6C6C6C. Windows color (decimal): -3265346 or 12463310. OLE color: 12463310.

HSL color Cylindrical-coordinate representation of color #CE2CBE: hue angle of 305.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CBE is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 44 190 -
CMYK 0 0.79 0.08 0.19
HSL 305.93º 0.65% 0.49% -
HSV(B) 305.93º 0.79% 0.81% -
XYZ 35.65 18.64 50.43 -
YUV 109.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 206 44 190 0 0.79 0.08 0.19 305.93 0.65 0.49
Hex CE 2C BE 0 4F 8 13 132 41 31
Octal 316 54 276 0 117 10 23 462 101 61
Binary 11001110 101100 10111110 0 1001111 1000 10011 100110010 1000001 110001

Color Harmonies of #CE2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CBE

Black with #CE2CBE

Text Example


Text Example

White with #CE2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CBE; }

 p { color: rgb(206,44,190); }

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

background-color css

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

 a { background-color: rgb(206,44,190); }

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

border-color css

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

 span { border-color: rgb(206,44,190); }

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