Html Css Color HEX #CE4FD2 Fuchsia

📋 copy color: '#CE4FD2'

red 206 ◦ green 79 ◦ blue 210

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

Shades of Fuchsia #CE4FD2

Tints of Fuchsia #CE4FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 41.62%
G = 15.96%
B = 42.42%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE4FD2 (or 0xCE4FD2) is known color: Fuchsia. HEX triplet: CE, 4F and D2. RGB value is (206,79,210). Sum of RGB (Red+Green+Blue) = 206+79+210=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE4FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FD2 is #31B02D. Grayscale: #838383. Windows color (decimal): -3256366 or 13782990. OLE color: 13782990.

HSL color Cylindrical-coordinate representation of color #CE4FD2: hue angle of 298.17º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FD2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 79 210 -
CMYK 0.02 0.62 0 0.18
HSL 298.17º 0.59% 0.57% -
HSV(B) 298.17º 0.62% 0.82% -
XYZ 39.88 23.37 63.38 -
YUV 131.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 206 79 210 0.02 0.62 0 0.18 298.17 0.59 0.57
Hex CE 4F D2 2 3E 0 12 12A 3B 39
Octal 316 117 322 2 76 0 22 452 73 71
Binary 11001110 1001111 11010010 10 111110 0 10010 100101010 111011 111001

Color Harmonies of #CE4FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FD2

Black with #CE4FD2

Text Example


Text Example

White with #CE4FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FD2; }

 p { color: rgb(206,79,210); }

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

background-color css

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

 a { background-color: rgb(206,79,210); }

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

border-color css

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

 span { border-color: rgb(206,79,210); }

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