Html Css Color HEX #CE30C4 Fuchsia

📋 copy color: '#CE30C4'

red 206 ◦ green 48 ◦ blue 196

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

Shades of Fuchsia #CE30C4

Tints of Fuchsia #CE30C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 45.78%
G = 10.67%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE30C4 (or 0xCE30C4) is known color: Fuchsia. HEX triplet: CE, 30 and C4. RGB value is (206,48,196). Sum of RGB (Red+Green+Blue) = 206+48+196=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30C4 is #31CF3B. Grayscale: #6F6F6F. Windows color (decimal): -3264316 or 12857550. OLE color: 12857550.

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

Color convert

RGB 206 48 196 -
CMYK 0 0.77 0.05 0.19
HSL 303.8º 0.62% 0.5% -
HSV(B) 303.8º 0.77% 0.81% -
XYZ 36.47 19.22 54.01 -
YUV 112.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 206 48 196 0 0.77 0.05 0.19 303.8 0.62 0.5
Hex CE 30 C4 0 4D 5 13 130 3E 32
Octal 316 60 304 0 115 5 23 460 76 62
Binary 11001110 110000 11000100 0 1001101 101 10011 100110000 111110 110010

Color Harmonies of #CE30C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30C4

Black with #CE30C4

Text Example


Text Example

White with #CE30C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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