Html Css Color HEX #CE63C9 Fuchsia

📋 copy color: '#CE63C9'

red 206 ◦ green 99 ◦ blue 201

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

Shades of Fuchsia #CE63C9

Tints of Fuchsia #CE63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 40.71%
G = 19.57%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE63C9 (or 0xCE63C9) is known color: Fuchsia. HEX triplet: CE, 63 and C9. RGB value is (206,99,201). Sum of RGB (Red+Green+Blue) = 206+99+201=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63C9 is #319C36. Grayscale: #8E8E8E. Windows color (decimal): -3251255 or 13198286. OLE color: 13198286.

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

Color convert

RGB 206 99 201 -
CMYK 0 0.52 0.02 0.19
HSL 302.8º 0.52% 0.6% -
HSV(B) 302.8º 0.52% 0.81% -
XYZ 40.46 26.26 58.2 -
YUV 142.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 206 99 201 0 0.52 0.02 0.19 302.8 0.52 0.6
Hex CE 63 C9 0 34 2 13 12F 34 3C
Octal 316 143 311 0 64 2 23 457 64 74
Binary 11001110 1100011 11001001 0 110100 10 10011 100101111 110100 111100

Color Harmonies of #CE63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63C9

Black with #CE63C9

Text Example


Text Example

White with #CE63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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