Html Css Color HEX #CE62B0 Fuchsia

📋 copy color: '#CE62B0'

red 206 ◦ green 98 ◦ blue 176

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

Shades of Fuchsia #CE62B0

Tints of Fuchsia #CE62B0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.42%

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

R = 42.92%
G = 20.42%
B = 36.67%

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

#CE62B0 (or 0xCE62B0) is known color: Fuchsia. HEX triplet: CE, 62 and B0. RGB value is (206,98,176). Sum of RGB (Red+Green+Blue) = 206+98+176=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62B0 is #319D4F. Grayscale: #8A8A8A. Windows color (decimal): -3251536 or 11559630. OLE color: 11559630.

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

Color convert

RGB 206 98 176 -
CMYK 0 0.52 0.15 0.19
HSL 316.67º 0.52% 0.6% -
HSV(B) 316.67º 0.52% 0.81% -
XYZ 37.66 24.99 43.91 -
YUV 139.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 206 98 176 0 0.52 0.15 0.19 316.67 0.52 0.6
Hex CE 62 B0 0 34 F 13 13D 34 3C
Octal 316 142 260 0 64 17 23 475 64 74
Binary 11001110 1100010 10110000 0 110100 1111 10011 100111101 110100 111100

Color Harmonies of #CE62B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62B0

Black with #CE62B0

Text Example


Text Example

White with #CE62B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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