Html Css Color HEX #CE30D6 Fuchsia

📋 copy color: '#CE30D6'

red 206 ◦ green 48 ◦ blue 214

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

Shades of Fuchsia #CE30D6

Tints of Fuchsia #CE30D6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.26%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 44.02%
G = 10.26%
B = 45.73%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE30D6 (or 0xCE30D6) is known color: Fuchsia. HEX triplet: CE, 30 and D6. RGB value is (206,48,214). Sum of RGB (Red+Green+Blue) = 206+48+214=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30D6 is #31CF29. Grayscale: #717171. Windows color (decimal): -3264298 or 14037198. OLE color: 14037198.

HSL color Cylindrical-coordinate representation of color #CE30D6: hue angle of 297.11º degrees, saturation: 0.67, 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 #CE30D6 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 48 214 -
CMYK 0.04 0.78 0 0.16
HSL 297.11º 0.67% 0.51% -
HSV(B) 297.11º 0.78% 0.84% -
XYZ 38.65 20.09 65.46 -
YUV 114.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 206 48 214 0.04 0.78 0 0.16 297.11 0.67 0.51
Hex CE 30 D6 4 4E 0 10 129 43 33
Octal 316 60 326 4 116 0 20 451 103 63
Binary 11001110 110000 11010110 100 1001110 0 10000 100101001 1000011 110011

Color Harmonies of #CE30D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30D6

Black with #CE30D6

Text Example


Text Example

White with #CE30D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30D6; }

 p { color: rgb(206,48,214); }

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

background-color css

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

 a { background-color: rgb(206,48,214); }

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

border-color css

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

 span { border-color: rgb(206,48,214); }

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