Html Css Color HEX #CE62C4 Fuchsia

📋 copy color: '#CE62C4'

red 206 ◦ green 98 ◦ blue 196

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

Shades of Fuchsia #CE62C4

Tints of Fuchsia #CE62C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 41.2%
G = 19.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE62C4 (or 0xCE62C4) is known color: Fuchsia. HEX triplet: CE, 62 and C4. RGB value is (206,98,196). Sum of RGB (Red+Green+Blue) = 206+98+196=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62C4 is #319D3B. Grayscale: #8D8D8D. Windows color (decimal): -3251516 or 12870350. OLE color: 12870350.

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

Color convert

RGB 206 98 196 -
CMYK 0 0.52 0.05 0.19
HSL 305.56º 0.52% 0.6% -
HSV(B) 305.56º 0.52% 0.81% -
XYZ 39.79 25.84 55.12 -
YUV 141.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 206 98 196 0 0.52 0.05 0.19 305.56 0.52 0.6
Hex CE 62 C4 0 34 5 13 132 34 3C
Octal 316 142 304 0 64 5 23 462 64 74
Binary 11001110 1100010 11000100 0 110100 101 10011 100110010 110100 111100

Color Harmonies of #CE62C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62C4

Black with #CE62C4

Text Example


Text Example

White with #CE62C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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