Html Css Color HEX #CE4BC4 Fuchsia

📋 copy color: '#CE4BC4'

red 206 ◦ green 75 ◦ blue 196

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

Shades of Fuchsia #CE4BC4

Tints of Fuchsia #CE4BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 43.19%
G = 15.72%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE4BC4 (or 0xCE4BC4) is known color: Fuchsia. HEX triplet: CE, 4B and C4. RGB value is (206,75,196). Sum of RGB (Red+Green+Blue) = 206+75+196=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BC4 is #31B43B. Grayscale: #7F7F7F. Windows color (decimal): -3257404 or 12864462. OLE color: 12864462.

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

Color convert

RGB 206 75 196 -
CMYK 0 0.64 0.05 0.19
HSL 304.58º 0.57% 0.55% -
HSV(B) 304.58º 0.64% 0.81% -
XYZ 37.93 22.14 54.5 -
YUV 127.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 206 75 196 0 0.64 0.05 0.19 304.58 0.57 0.55
Hex CE 4B C4 0 40 5 13 131 39 37
Octal 316 113 304 0 100 5 23 461 71 67
Binary 11001110 1001011 11000100 0 1000000 101 10011 100110001 111001 110111

Color Harmonies of #CE4BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BC4

Black with #CE4BC4

Text Example


Text Example

White with #CE4BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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