Html Css Color HEX #CE30BB Fuchsia

📋 copy color: '#CE30BB'

red 206 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #CE30BB

Tints of Fuchsia #CE30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 46.71%
G = 10.88%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE30BB (or 0xCE30BB) is known color: Fuchsia. HEX triplet: CE, 30 and BB. RGB value is (206,48,187). Sum of RGB (Red+Green+Blue) = 206+48+187=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30BB is #31CF44. Grayscale: #6E6E6E. Windows color (decimal): -3264325 or 12267726. OLE color: 12267726.

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

Color convert

RGB 206 48 187 -
CMYK 0 0.77 0.09 0.19
HSL 307.22º 0.62% 0.5% -
HSV(B) 307.22º 0.77% 0.81% -
XYZ 35.48 18.82 48.78 -
YUV 111.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 206 48 187 0 0.77 0.09 0.19 307.22 0.62 0.5
Hex CE 30 BB 0 4D 9 13 133 3E 32
Octal 316 60 273 0 115 11 23 463 76 62
Binary 11001110 110000 10111011 0 1001101 1001 10011 100110011 111110 110010

Color Harmonies of #CE30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30BB

Black with #CE30BB

Text Example


Text Example

White with #CE30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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