Html Css Color HEX #CE4CB2 Fuchsia

📋 copy color: '#CE4CB2'

red 206 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #CE4CB2

Tints of Fuchsia #CE4CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

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

R = 44.78%
G = 16.52%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE4CB2 (or 0xCE4CB2) is known color: Fuchsia. HEX triplet: CE, 4C and B2. RGB value is (206,76,178). Sum of RGB (Red+Green+Blue) = 206+76+178=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CB2 is #31B34D. Grayscale: #7E7E7E. Windows color (decimal): -3257166 or 11685070. OLE color: 11685070.

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

Color convert

RGB 206 76 178 -
CMYK 0 0.63 0.14 0.19
HSL 312.92º 0.57% 0.55% -
HSV(B) 312.92º 0.63% 0.81% -
XYZ 36.07 21.51 44.37 -
YUV 126.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 206 76 178 0 0.63 0.14 0.19 312.92 0.57 0.55
Hex CE 4C B2 0 3F E 13 139 39 37
Octal 316 114 262 0 77 16 23 471 71 67
Binary 11001110 1001100 10110010 0 111111 1110 10011 100111001 111001 110111

Color Harmonies of #CE4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CB2

Black with #CE4CB2

Text Example


Text Example

White with #CE4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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