Html Css Color HEX #CE30CC Fuchsia

📋 copy color: '#CE30CC'

red 206 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #CE30CC

Tints of Fuchsia #CE30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 44.98%
G = 10.48%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE30CC (or 0xCE30CC) is known color: Fuchsia. HEX triplet: CE, 30 and CC. RGB value is (206,48,204). Sum of RGB (Red+Green+Blue) = 206+48+204=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30CC is #31CF33. Grayscale: #707070. Windows color (decimal): -3264308 or 13381838. OLE color: 13381838.

HSL color Cylindrical-coordinate representation of color #CE30CC: hue angle of 300.76º 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 #CE30CC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 204 -
CMYK 0 0.77 0.01 0.19
HSL 300.76º 0.62% 0.5% -
HSV(B) 300.76º 0.77% 0.81% -
XYZ 37.41 19.6 58.94 -
YUV 113.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 206 48 204 0 0.77 0.01 0.19 300.76 0.62 0.5
Hex CE 30 CC 0 4D 1 13 12D 3E 32
Octal 316 60 314 0 115 1 23 455 76 62
Binary 11001110 110000 11001100 0 1001101 1 10011 100101101 111110 110010

Color Harmonies of #CE30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30CC

Black with #CE30CC

Text Example


Text Example

White with #CE30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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