Html Css Color HEX #CE4BCB Fuchsia

📋 copy color: '#CE4BCB'

red 206 ◦ green 75 ◦ blue 203

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

Shades of Fuchsia #CE4BCB

Tints of Fuchsia #CE4BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 42.56%
G = 15.5%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE4BCB (or 0xCE4BCB) is known color: Fuchsia. HEX triplet: CE, 4B and CB. RGB value is (206,75,203). Sum of RGB (Red+Green+Blue) = 206+75+203=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BCB is #31B434. Grayscale: #808080. Windows color (decimal): -3257397 or 13323214. OLE color: 13323214.

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

Color convert

RGB 206 75 203 -
CMYK 0 0.64 0.01 0.19
HSL 301.37º 0.57% 0.55% -
HSV(B) 301.37º 0.64% 0.81% -
XYZ 38.75 22.47 58.79 -
YUV 128.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 206 75 203 0 0.64 0.01 0.19 301.37 0.57 0.55
Hex CE 4B CB 0 40 1 13 12D 39 37
Octal 316 113 313 0 100 1 23 455 71 67
Binary 11001110 1001011 11001011 0 1000000 1 10011 100101101 111001 110111

Color Harmonies of #CE4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BCB

Black with #CE4BCB

Text Example


Text Example

White with #CE4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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