Html Css Color HEX #CE3CB2 Fuchsia

📋 copy color: '#CE3CB2'

red 206 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #CE3CB2

Tints of Fuchsia #CE3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

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

R = 46.4%
G = 13.51%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE3CB2 (or 0xCE3CB2) is known color: Fuchsia. HEX triplet: CE, 3C and B2. RGB value is (206,60,178). Sum of RGB (Red+Green+Blue) = 206+60+178=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3CB2 is #31C34D. Grayscale: #747474. Windows color (decimal): -3261262 or 11680974. OLE color: 11680974.

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

Color convert

RGB 206 60 178 -
CMYK 0 0.71 0.14 0.19
HSL 311.51º 0.6% 0.52% -
HSV(B) 311.51º 0.71% 0.81% -
XYZ 35.11 19.57 44.05 -
YUV 117.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 206 60 178 0 0.71 0.14 0.19 311.51 0.6 0.52
Hex CE 3C B2 0 47 E 13 138 3C 34
Octal 316 74 262 0 107 16 23 470 74 64
Binary 11001110 111100 10110010 0 1000111 1110 10011 100111000 111100 110100

Color Harmonies of #CE3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CB2

Black with #CE3CB2

Text Example


Text Example

White with #CE3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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