Html Css Color HEX #CE30C0 Fuchsia

📋 copy color: '#CE30C0'

red 206 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #CE30C0

Tints of Fuchsia #CE30C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 46.19%
G = 10.76%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE30C0 (or 0xCE30C0) is known color: Fuchsia. HEX triplet: CE, 30 and C0. RGB value is (206,48,192). Sum of RGB (Red+Green+Blue) = 206+48+192=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30C0 is #31CF3F. Grayscale: #6F6F6F. Windows color (decimal): -3264320 or 12595406. OLE color: 12595406.

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

Color convert

RGB 206 48 192 -
CMYK 0 0.77 0.07 0.19
HSL 305.32º 0.62% 0.5% -
HSV(B) 305.32º 0.77% 0.81% -
XYZ 36.02 19.04 51.65 -
YUV 111.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 206 48 192 0 0.77 0.07 0.19 305.32 0.62 0.5
Hex CE 30 C0 0 4D 7 13 131 3E 32
Octal 316 60 300 0 115 7 23 461 76 62
Binary 11001110 110000 11000000 0 1001101 111 10011 100110001 111110 110010

Color Harmonies of #CE30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30C0

Black with #CE30C0

Text Example


Text Example

White with #CE30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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