Html Css Color HEX #CE4FBE Fuchsia

📋 copy color: '#CE4FBE'

red 206 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #CE4FBE

Tints of Fuchsia #CE4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

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

R = 43.37%
G = 16.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE4FBE (or 0xCE4FBE) is known color: Fuchsia. HEX triplet: CE, 4F and BE. RGB value is (206,79,190). Sum of RGB (Red+Green+Blue) = 206+79+190=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FBE is #31B041. Grayscale: #818181. Windows color (decimal): -3256386 or 12472270. OLE color: 12472270.

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

Color convert

RGB 206 79 190 -
CMYK 0 0.62 0.08 0.19
HSL 307.56º 0.56% 0.56% -
HSV(B) 307.56º 0.62% 0.81% -
XYZ 37.54 22.43 51.07 -
YUV 129.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 206 79 190 0 0.62 0.08 0.19 307.56 0.56 0.56
Hex CE 4F BE 0 3E 8 13 134 38 38
Octal 316 117 276 0 76 10 23 464 70 70
Binary 11001110 1001111 10111110 0 111110 1000 10011 100110100 111000 111000

Color Harmonies of #CE4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FBE

Black with #CE4FBE

Text Example


Text Example

White with #CE4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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