Html Css Color HEX #CE63BA Fuchsia

📋 copy color: '#CE63BA'

red 206 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #CE63BA

Tints of Fuchsia #CE63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 41.96%
G = 20.16%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE63BA (or 0xCE63BA) is known color: Fuchsia. HEX triplet: CE, 63 and BA. RGB value is (206,99,186). Sum of RGB (Red+Green+Blue) = 206+99+186=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63BA is #319C45. Grayscale: #8C8C8C. Windows color (decimal): -3251270 or 12215246. OLE color: 12215246.

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

Color convert

RGB 206 99 186 -
CMYK 0 0.52 0.10 0.19
HSL 311.22º 0.52% 0.6% -
HSV(B) 311.22º 0.52% 0.81% -
XYZ 38.78 25.59 49.35 -
YUV 140.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 206 99 186 0 0.52 0.10 0.19 311.22 0.52 0.6
Hex CE 63 BA 0 34 A 13 137 34 3C
Octal 316 143 272 0 64 12 23 467 64 74
Binary 11001110 1100011 10111010 0 110100 1010 10011 100110111 110100 111100

Color Harmonies of #CE63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63BA

Black with #CE63BA

Text Example


Text Example

White with #CE63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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