Html Css Color HEX #CE45B6 Fuchsia

📋 copy color: '#CE45B6'

red 206 ◦ green 69 ◦ blue 182

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

Shades of Fuchsia #CE45B6

Tints of Fuchsia #CE45B6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.1%

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 45.08%
G = 15.1%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE45B6 (or 0xCE45B6) is known color: Fuchsia. HEX triplet: CE, 45 and B6. RGB value is (206,69,182). Sum of RGB (Red+Green+Blue) = 206+69+182=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45B6 is #31BA49. Grayscale: #7A7A7A. Windows color (decimal): -3258954 or 11945422. OLE color: 11945422.

HSL color Cylindrical-coordinate representation of color #CE45B6: hue angle of 310.51º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45B6 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 69 182 -
CMYK 0 0.67 0.12 0.19
HSL 310.51º 0.58% 0.54% -
HSV(B) 310.51º 0.67% 0.81% -
XYZ 36.03 20.76 46.36 -
YUV 122.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 206 69 182 0 0.67 0.12 0.19 310.51 0.58 0.54
Hex CE 45 B6 0 43 C 13 137 3A 36
Octal 316 105 266 0 103 14 23 467 72 66
Binary 11001110 1000101 10110110 0 1000011 1100 10011 100110111 111010 110110

Color Harmonies of #CE45B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45B6

Black with #CE45B6

Text Example


Text Example

White with #CE45B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45B6; }

 p { color: rgb(206,69,182); }

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

background-color css

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

 a { background-color: rgb(206,69,182); }

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

border-color css

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

 span { border-color: rgb(206,69,182); }

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