Html Css Color HEX #CE62BA Fuchsia

📋 copy color: '#CE62BA'

red 206 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #CE62BA

Tints of Fuchsia #CE62BA

RGB

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

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

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

R = 42.04%
G = 20%
B = 37.96%

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

#CE62BA (or 0xCE62BA) is known color: Fuchsia. HEX triplet: CE, 62 and BA. RGB value is (206,98,186). Sum of RGB (Red+Green+Blue) = 206+98+186=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62BA is #319D45. Grayscale: #8C8C8C. Windows color (decimal): -3251526 or 12214990. OLE color: 12214990.

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

Color convert

RGB 206 98 186 -
CMYK 0 0.52 0.10 0.19
HSL 311.11º 0.52% 0.6% -
HSV(B) 311.11º 0.52% 0.81% -
XYZ 38.68 25.4 49.32 -
YUV 140.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 206 98 186 0 0.52 0.10 0.19 311.11 0.52 0.6
Hex CE 62 BA 0 34 A 13 137 34 3C
Octal 316 142 272 0 64 12 23 467 64 74
Binary 11001110 1100010 10111010 0 110100 1010 10011 100110111 110100 111100

Color Harmonies of #CE62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62BA

Black with #CE62BA

Text Example


Text Example

White with #CE62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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