Html Css Color HEX #CE30B9 Fuchsia

📋 copy color: '#CE30B9'

red 206 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #CE30B9

Tints of Fuchsia #CE30B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 46.92%
G = 10.93%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE30B9 (or 0xCE30B9) is known color: Fuchsia. HEX triplet: CE, 30 and B9. RGB value is (206,48,185). Sum of RGB (Red+Green+Blue) = 206+48+185=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30B9 is #31CF46. Grayscale: #6E6E6E. Windows color (decimal): -3264327 or 12136654. OLE color: 12136654.

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

Color convert

RGB 206 48 185 -
CMYK 0 0.77 0.10 0.19
HSL 307.97º 0.62% 0.5% -
HSV(B) 307.97º 0.77% 0.81% -
XYZ 35.27 18.74 47.66 -
YUV 110.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 206 48 185 0 0.77 0.10 0.19 307.97 0.62 0.5
Hex CE 30 B9 0 4D A 13 134 3E 32
Octal 316 60 271 0 115 12 23 464 76 62
Binary 11001110 110000 10111001 0 1001101 1010 10011 100110100 111110 110010

Color Harmonies of #CE30B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30B9

Black with #CE30B9

Text Example


Text Example

White with #CE30B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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