Html Css Color HEX #CE32BC Fuchsia

📋 copy color: '#CE32BC'

red 206 ◦ green 50 ◦ blue 188

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

Shades of Fuchsia #CE32BC

Tints of Fuchsia #CE32BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

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

R = 46.4%
G = 11.26%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE32BC (or 0xCE32BC) is known color: Fuchsia. HEX triplet: CE, 32 and BC. RGB value is (206,50,188). Sum of RGB (Red+Green+Blue) = 206+50+188=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BC is #31CD43. Grayscale: #6F6F6F. Windows color (decimal): -3263812 or 12333774. OLE color: 12333774.

HSL color Cylindrical-coordinate representation of color #CE32BC: hue angle of 306.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32BC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 188 -
CMYK 0 0.76 0.09 0.19
HSL 306.92º 0.61% 0.5% -
HSV(B) 306.92º 0.76% 0.81% -
XYZ 35.67 19.03 49.37 -
YUV 112.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 206 50 188 0 0.76 0.09 0.19 306.92 0.61 0.5
Hex CE 32 BC 0 4C 9 13 133 3D 32
Octal 316 62 274 0 114 11 23 463 75 62
Binary 11001110 110010 10111100 0 1001100 1001 10011 100110011 111101 110010

Color Harmonies of #CE32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32BC

Black with #CE32BC

Text Example


Text Example

White with #CE32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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