Html Css Color HEX #CE64BE Fuchsia

📋 copy color: '#CE64BE'

red 206 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #CE64BE

Tints of Fuchsia #CE64BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 41.53%
G = 20.16%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE64BE (or 0xCE64BE) is known color: Fuchsia. HEX triplet: CE, 64 and BE. RGB value is (206,100,190). Sum of RGB (Red+Green+Blue) = 206+100+190=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64BE is #319B41. Grayscale: #8D8D8D. Windows color (decimal): -3251010 or 12477646. OLE color: 12477646.

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

Color convert

RGB 206 100 190 -
CMYK 0 0.51 0.08 0.19
HSL 309.06º 0.52% 0.6% -
HSV(B) 309.06º 0.51% 0.81% -
XYZ 39.31 25.95 51.65 -
YUV 141.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 206 100 190 0 0.51 0.08 0.19 309.06 0.52 0.6
Hex CE 64 BE 0 33 8 13 135 34 3C
Octal 316 144 276 0 63 10 23 465 64 74
Binary 11001110 1100100 10111110 0 110011 1000 10011 100110101 110100 111100

Color Harmonies of #CE64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64BE

Black with #CE64BE

Text Example


Text Example

White with #CE64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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