Html Css Color HEX #CE61CC Fuchsia

📋 copy color: '#CE61CC'

red 206 ◦ green 97 ◦ blue 204

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

Shades of Fuchsia #CE61CC

Tints of Fuchsia #CE61CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 40.63%
G = 19.13%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE61CC (or 0xCE61CC) is known color: Fuchsia. HEX triplet: CE, 61 and CC. RGB value is (206,97,204). Sum of RGB (Red+Green+Blue) = 206+97+204=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61CC is #319E33. Grayscale: #8D8D8D. Windows color (decimal): -3251764 or 13394382. OLE color: 13394382.

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

Color convert

RGB 206 97 204 -
CMYK 0 0.53 0.01 0.19
HSL 301.1º 0.53% 0.59% -
HSV(B) 301.1º 0.53% 0.81% -
XYZ 40.63 26.03 60.01 -
YUV 141.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 206 97 204 0 0.53 0.01 0.19 301.1 0.53 0.59
Hex CE 61 CC 0 35 1 13 12D 35 3B
Octal 316 141 314 0 65 1 23 455 65 73
Binary 11001110 1100001 11001100 0 110101 1 10011 100101101 110101 111011

Color Harmonies of #CE61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61CC

Black with #CE61CC

Text Example


Text Example

White with #CE61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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