Html Css Color HEX #CE63BF Fuchsia

📋 copy color: '#CE63BF'

red 206 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #CE63BF

Tints of Fuchsia #CE63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.96%

 BLUE value IS 191 (75% from 255) = 38.51%

R = 41.53%
G = 19.96%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE63BF (or 0xCE63BF) is known color: Fuchsia. HEX triplet: CE, 63 and BF. RGB value is (206,99,191). Sum of RGB (Red+Green+Blue) = 206+99+191=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63BF is #319C40. Grayscale: #8D8D8D. Windows color (decimal): -3251265 or 12542926. OLE color: 12542926.

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

Color convert

RGB 206 99 191 -
CMYK 0 0.52 0.07 0.19
HSL 308.41º 0.52% 0.6% -
HSV(B) 308.41º 0.52% 0.81% -
XYZ 39.32 25.81 52.2 -
YUV 141.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 206 99 191 0 0.52 0.07 0.19 308.41 0.52 0.6
Hex CE 63 BF 0 34 7 13 134 34 3C
Octal 316 143 277 0 64 7 23 464 64 74
Binary 11001110 1100011 10111111 0 110100 111 10011 100110100 110100 111100

Color Harmonies of #CE63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63BF

Black with #CE63BF

Text Example


Text Example

White with #CE63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63BF; }

 p { color: rgb(206,99,191); }

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

background-color css

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

 a { background-color: rgb(206,99,191); }

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

border-color css

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

 span { border-color: rgb(206,99,191); }

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