Html Css Color HEX #CE62BE Fuchsia

📋 copy color: '#CE62BE'

red 206 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #CE62BE

Tints of Fuchsia #CE62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 41.7%
G = 19.84%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE62BE (or 0xCE62BE) is known color: Fuchsia. HEX triplet: CE, 62 and BE. RGB value is (206,98,190). Sum of RGB (Red+Green+Blue) = 206+98+190=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62BE is #319D41. Grayscale: #8C8C8C. Windows color (decimal): -3251522 or 12477134. OLE color: 12477134.

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

Color convert

RGB 206 98 190 -
CMYK 0 0.52 0.08 0.19
HSL 308.89º 0.52% 0.6% -
HSV(B) 308.89º 0.52% 0.81% -
XYZ 39.12 25.57 51.59 -
YUV 140.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 206 98 190 0 0.52 0.08 0.19 308.89 0.52 0.6
Hex CE 62 BE 0 34 8 13 135 34 3C
Octal 316 142 276 0 64 10 23 465 64 74
Binary 11001110 1100010 10111110 0 110100 1000 10011 100110101 110100 111100

Color Harmonies of #CE62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62BE

Black with #CE62BE

Text Example


Text Example

White with #CE62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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