Html Css Color HEX #CE30BD Fuchsia

📋 copy color: '#CE30BD'

red 206 ◦ green 48 ◦ blue 189

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

Shades of Fuchsia #CE30BD

Tints of Fuchsia #CE30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 46.5%
G = 10.84%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE30BD (or 0xCE30BD) is known color: Fuchsia. HEX triplet: CE, 30 and BD. RGB value is (206,48,189). Sum of RGB (Red+Green+Blue) = 206+48+189=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30BD is #31CF42. Grayscale: #6E6E6E. Windows color (decimal): -3264323 or 12398798. OLE color: 12398798.

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

Color convert

RGB 206 48 189 -
CMYK 0 0.77 0.08 0.19
HSL 306.46º 0.62% 0.5% -
HSV(B) 306.46º 0.77% 0.81% -
XYZ 35.7 18.91 49.91 -
YUV 111.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 206 48 189 0 0.77 0.08 0.19 306.46 0.62 0.5
Hex CE 30 BD 0 4D 8 13 132 3E 32
Octal 316 60 275 0 115 10 23 462 76 62
Binary 11001110 110000 10111101 0 1001101 1000 10011 100110010 111110 110010

Color Harmonies of #CE30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30BD

Black with #CE30BD

Text Example


Text Example

White with #CE30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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