Html Css Color HEX #CE54C2 Fuchsia

📋 copy color: '#CE54C2'

red 206 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #CE54C2

Tints of Fuchsia #CE54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.36%

 BLUE value IS 194 (76.17% from 255) = 40.08%

R = 42.56%
G = 17.36%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE54C2 (or 0xCE54C2) is known color: Fuchsia. HEX triplet: CE, 54 and C2. RGB value is (206,84,194). Sum of RGB (Red+Green+Blue) = 206+84+194=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54C2 is #31AB3D. Grayscale: #848484. Windows color (decimal): -3255102 or 12735694. OLE color: 12735694.

HSL color Cylindrical-coordinate representation of color #CE54C2: hue angle of 305.9º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54C2 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 194 -
CMYK 0 0.59 0.06 0.19
HSL 305.9º 0.55% 0.57% -
HSV(B) 305.9º 0.59% 0.81% -
XYZ 38.36 23.36 53.53 -
YUV 133.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 206 84 194 0 0.59 0.06 0.19 305.9 0.55 0.57
Hex CE 54 C2 0 3B 6 13 132 37 39
Octal 316 124 302 0 73 6 23 462 67 71
Binary 11001110 1010100 11000010 0 111011 110 10011 100110010 110111 111001

Color Harmonies of #CE54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54C2

Black with #CE54C2

Text Example


Text Example

White with #CE54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54C2; }

 p { color: rgb(206,84,194); }

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

background-color css

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

 a { background-color: rgb(206,84,194); }

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

border-color css

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

 span { border-color: rgb(206,84,194); }

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