Html Css Color HEX #CE2FD5 Fuchsia

📋 copy color: '#CE2FD5'

red 206 ◦ green 47 ◦ blue 213

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

Shades of Fuchsia #CE2FD5

Tints of Fuchsia #CE2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 44.21%
G = 10.09%
B = 45.71%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE2FD5 (or 0xCE2FD5) is known color: Fuchsia. HEX triplet: CE, 2F and D5. RGB value is (206,47,213). Sum of RGB (Red+Green+Blue) = 206+47+213=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE2FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FD5 is #31D02A. Grayscale: #707070. Windows color (decimal): -3264555 or 13971406. OLE color: 13971406.

HSL color Cylindrical-coordinate representation of color #CE2FD5: hue angle of 297.47º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2FD5 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 47 213 -
CMYK 0.03 0.78 0 0.16
HSL 297.47º 0.66% 0.51% -
HSV(B) 297.47º 0.78% 0.84% -
XYZ 38.48 19.96 64.78 -
YUV 113.47 184.18 194 -
System Red Green Blue C M Y K H S L
Decimal 206 47 213 0.03 0.78 0 0.16 297.47 0.66 0.51
Hex CE 2F D5 3 4E 0 10 129 42 33
Octal 316 57 325 3 116 0 20 451 102 63
Binary 11001110 101111 11010101 11 1001110 0 10000 100101001 1000010 110011

Color Harmonies of #CE2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FD5

Black with #CE2FD5

Text Example


Text Example

White with #CE2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FD5; }

 p { color: rgb(206,47,213); }

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

background-color css

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

 a { background-color: rgb(206,47,213); }

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

border-color css

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

 span { border-color: rgb(206,47,213); }

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