Html Css Color HEX #CE30BC Fuchsia

📋 copy color: '#CE30BC'

red 206 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #CE30BC

Tints of Fuchsia #CE30BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 46.61%
G = 10.86%
B = 42.53%

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

#CE30BC (or 0xCE30BC) is known color: Fuchsia. HEX triplet: CE, 30 and BC. RGB value is (206,48,188). Sum of RGB (Red+Green+Blue) = 206+48+188=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30BC is #31CF43. Grayscale: #6E6E6E. Windows color (decimal): -3264324 or 12333262. OLE color: 12333262.

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

Color convert

RGB 206 48 188 -
CMYK 0 0.77 0.09 0.19
HSL 306.84º 0.62% 0.5% -
HSV(B) 306.84º 0.77% 0.81% -
XYZ 35.59 18.87 49.34 -
YUV 111.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 206 48 188 0 0.77 0.09 0.19 306.84 0.62 0.5
Hex CE 30 BC 0 4D 9 13 133 3E 32
Octal 316 60 274 0 115 11 23 463 76 62
Binary 11001110 110000 10111100 0 1001101 1001 10011 100110011 111110 110010

Color Harmonies of #CE30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30BC

Black with #CE30BC

Text Example


Text Example

White with #CE30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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