Html Css Color HEX #CE2FB2 Fuchsia

📋 copy color: '#CE2FB2'

red 206 ◦ green 47 ◦ blue 178

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

Shades of Fuchsia #CE2FB2

Tints of Fuchsia #CE2FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.9%

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 47.8%
G = 10.9%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE2FB2 (or 0xCE2FB2) is known color: Fuchsia. HEX triplet: CE, 2F and B2. RGB value is (206,47,178). Sum of RGB (Red+Green+Blue) = 206+47+178=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FB2 is #31D04D. Grayscale: #6D6D6D. Windows color (decimal): -3264590 or 11677646. OLE color: 11677646.

HSL color Cylindrical-coordinate representation of color #CE2FB2: hue angle of 310.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FB2 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 178 -
CMYK 0 0.77 0.14 0.19
HSL 310.57º 0.63% 0.5% -
HSV(B) 310.57º 0.77% 0.81% -
XYZ 34.51 18.37 43.85 -
YUV 109.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 206 47 178 0 0.77 0.14 0.19 310.57 0.63 0.5
Hex CE 2F B2 0 4D E 13 137 3F 32
Octal 316 57 262 0 115 16 23 467 77 62
Binary 11001110 101111 10110010 0 1001101 1110 10011 100110111 111111 110010

Color Harmonies of #CE2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FB2

Black with #CE2FB2

Text Example


Text Example

White with #CE2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FB2; }

 p { color: rgb(206,47,178); }

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

background-color css

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

 a { background-color: rgb(206,47,178); }

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

border-color css

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

 span { border-color: rgb(206,47,178); }

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