Html Css Color HEX #CE63B0 Fuchsia

📋 copy color: '#CE63B0'

red 206 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #CE63B0

Tints of Fuchsia #CE63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 42.83%
G = 20.58%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE63B0 (or 0xCE63B0) is known color: Fuchsia. HEX triplet: CE, 63 and B0. RGB value is (206,99,176). Sum of RGB (Red+Green+Blue) = 206+99+176=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE63B0 is #319C4F. Grayscale: #8B8B8B. Windows color (decimal): -3251280 or 11559886. OLE color: 11559886.

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

Color convert

RGB 206 99 176 -
CMYK 0 0.52 0.15 0.19
HSL 316.82º 0.52% 0.6% -
HSV(B) 316.82º 0.52% 0.81% -
XYZ 37.75 25.18 43.94 -
YUV 139.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 206 99 176 0 0.52 0.15 0.19 316.82 0.52 0.6
Hex CE 63 B0 0 34 F 13 13D 34 3C
Octal 316 143 260 0 64 17 23 475 64 74
Binary 11001110 1100011 10110000 0 110100 1111 10011 100111101 110100 111100

Color Harmonies of #CE63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63B0

Black with #CE63B0

Text Example


Text Example

White with #CE63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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