Html Css Color HEX #CE48BE Fuchsia

📋 copy color: '#CE48BE'

red 206 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #CE48BE

Tints of Fuchsia #CE48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 44.02%
G = 15.38%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE48BE (or 0xCE48BE) is known color: Fuchsia. HEX triplet: CE, 48 and BE. RGB value is (206,72,190). Sum of RGB (Red+Green+Blue) = 206+72+190=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BE is #31B741. Grayscale: #7D7D7D. Windows color (decimal): -3258178 or 12470478. OLE color: 12470478.

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

Color convert

RGB 206 72 190 -
CMYK 0 0.65 0.08 0.19
HSL 307.16º 0.58% 0.55% -
HSV(B) 307.16º 0.65% 0.81% -
XYZ 37.07 21.47 50.91 -
YUV 125.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 206 72 190 0 0.65 0.08 0.19 307.16 0.58 0.55
Hex CE 48 BE 0 41 8 13 133 3A 37
Octal 316 110 276 0 101 10 23 463 72 67
Binary 11001110 1001000 10111110 0 1000001 1000 10011 100110011 111010 110111

Color Harmonies of #CE48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48BE

Black with #CE48BE

Text Example


Text Example

White with #CE48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48BE; }

 p { color: rgb(206,72,190); }

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

background-color css

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

 a { background-color: rgb(206,72,190); }

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

border-color css

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

 span { border-color: rgb(206,72,190); }

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