Html Css Color HEX #CE4BC2 Fuchsia

📋 copy color: '#CE4BC2'

red 206 ◦ green 75 ◦ blue 194

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

Shades of Fuchsia #CE4BC2

Tints of Fuchsia #CE4BC2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.79%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 43.37%
G = 15.79%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE4BC2 (or 0xCE4BC2) is known color: Fuchsia. HEX triplet: CE, 4B and C2. RGB value is (206,75,194). Sum of RGB (Red+Green+Blue) = 206+75+194=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BC2 is #31B43D. Grayscale: #7F7F7F. Windows color (decimal): -3257406 or 12733390. OLE color: 12733390.

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

Color convert

RGB 206 75 194 -
CMYK 0 0.64 0.06 0.19
HSL 305.5º 0.57% 0.55% -
HSV(B) 305.5º 0.64% 0.81% -
XYZ 37.71 22.05 53.31 -
YUV 127.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 206 75 194 0 0.64 0.06 0.19 305.5 0.57 0.55
Hex CE 4B C2 0 40 6 13 131 39 37
Octal 316 113 302 0 100 6 23 461 71 67
Binary 11001110 1001011 11000010 0 1000000 110 10011 100110001 111001 110111

Color Harmonies of #CE4BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BC2

Black with #CE4BC2

Text Example


Text Example

White with #CE4BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BC2; }

 p { color: rgb(206,75,194); }

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

background-color css

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

 a { background-color: rgb(206,75,194); }

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

border-color css

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

 span { border-color: rgb(206,75,194); }

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