Html Css Color HEX #CE61BE Fuchsia

📋 copy color: '#CE61BE'

red 206 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #CE61BE

Tints of Fuchsia #CE61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 41.78%
G = 19.68%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE61BE (or 0xCE61BE) is known color: Fuchsia. HEX triplet: CE, 61 and BE. RGB value is (206,97,190). Sum of RGB (Red+Green+Blue) = 206+97+190=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61BE is #319E41. Grayscale: #8B8B8B. Windows color (decimal): -3251778 or 12476878. OLE color: 12476878.

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

Color convert

RGB 206 97 190 -
CMYK 0 0.53 0.08 0.19
HSL 308.81º 0.53% 0.59% -
HSV(B) 308.81º 0.53% 0.81% -
XYZ 39.02 25.39 51.56 -
YUV 140.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 206 97 190 0 0.53 0.08 0.19 308.81 0.53 0.59
Hex CE 61 BE 0 35 8 13 135 35 3B
Octal 316 141 276 0 65 10 23 465 65 73
Binary 11001110 1100001 10111110 0 110101 1000 10011 100110101 110101 111011

Color Harmonies of #CE61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61BE

Black with #CE61BE

Text Example


Text Example

White with #CE61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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