Html Css Color HEX #CE61C8 Fuchsia

📋 copy color: '#CE61C8'

red 206 ◦ green 97 ◦ blue 200

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

Shades of Fuchsia #CE61C8

Tints of Fuchsia #CE61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 40.95%
G = 19.28%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE61C8 (or 0xCE61C8) is known color: Fuchsia. HEX triplet: CE, 61 and C8. RGB value is (206,97,200). Sum of RGB (Red+Green+Blue) = 206+97+200=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61C8 is #319E37. Grayscale: #8D8D8D. Windows color (decimal): -3251768 or 13132238. OLE color: 13132238.

HSL color Cylindrical-coordinate representation of color #CE61C8: hue angle of 303.3º 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 #CE61C8 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 97 200 -
CMYK 0 0.53 0.03 0.19
HSL 303.3º 0.53% 0.59% -
HSV(B) 303.3º 0.53% 0.81% -
XYZ 40.15 25.84 57.52 -
YUV 141.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 206 97 200 0 0.53 0.03 0.19 303.3 0.53 0.59
Hex CE 61 C8 0 35 3 13 12F 35 3B
Octal 316 141 310 0 65 3 23 457 65 73
Binary 11001110 1100001 11001000 0 110101 11 10011 100101111 110101 111011

Color Harmonies of #CE61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61C8

Black with #CE61C8

Text Example


Text Example

White with #CE61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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