Html Css Color HEX #CE62B9 Fuchsia

📋 copy color: '#CE62B9'

red 206 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #CE62B9

Tints of Fuchsia #CE62B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 42.13%
G = 20.04%
B = 37.83%

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

#CE62B9 (or 0xCE62B9) is known color: Fuchsia. HEX triplet: CE, 62 and B9. RGB value is (206,98,185). Sum of RGB (Red+Green+Blue) = 206+98+185=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62B9 is #319D46. Grayscale: #8B8B8B. Windows color (decimal): -3251527 or 12149454. OLE color: 12149454.

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

Color convert

RGB 206 98 185 -
CMYK 0 0.52 0.10 0.19
HSL 311.67º 0.52% 0.6% -
HSV(B) 311.67º 0.52% 0.81% -
XYZ 38.58 25.36 48.76 -
YUV 140.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 206 98 185 0 0.52 0.10 0.19 311.67 0.52 0.6
Hex CE 62 B9 0 34 A 13 138 34 3C
Octal 316 142 271 0 64 12 23 470 64 74
Binary 11001110 1100010 10111001 0 110100 1010 10011 100111000 110100 111100

Color Harmonies of #CE62B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62B9

Black with #CE62B9

Text Example


Text Example

White with #CE62B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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