Html Css Color HEX #CE30CE Fuchsia

📋 copy color: '#CE30CE'

red 206 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #CE30CE

Tints of Fuchsia #CE30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 44.78%
G = 10.43%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE30CE (or 0xCE30CE) is known color: Fuchsia. HEX triplet: CE, 30 and CE. RGB value is (206,48,206). Sum of RGB (Red+Green+Blue) = 206+48+206=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30CE is #31CF31. Grayscale: #707070. Windows color (decimal): -3264306 or 13512910. OLE color: 13512910.

HSL color Cylindrical-coordinate representation of color #CE30CE: hue angle of 300º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30CE is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 206 -
CMYK 0 0.77 0 0.19
HSL 300º 0.62% 0.5% -
HSV(B) 300º 0.77% 0.81% -
XYZ 37.65 19.69 60.21 -
YUV 113.25 180.35 194.15 -
System Red Green Blue C M Y K H S L
Decimal 206 48 206 0 0.77 0 0.19 300 0.62 0.5
Hex CE 30 CE 0 4D 0 13 12C 3E 32
Octal 316 60 316 0 115 0 23 454 76 62
Binary 11001110 110000 11001110 0 1001101 0 10011 100101100 111110 110010

Color Harmonies of #CE30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30CE

Black with #CE30CE

Text Example


Text Example

White with #CE30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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