Html Css Color HEX #CE69B2 Fuchsia

📋 copy color: '#CE69B2'

red 206 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #CE69B2

Tints of Fuchsia #CE69B2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

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

R = 42.13%
G = 21.47%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE69B2 (or 0xCE69B2) is known color: Fuchsia. HEX triplet: CE, 69 and B2. RGB value is (206,105,178). Sum of RGB (Red+Green+Blue) = 206+105+178=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE69B2 is #31964D. Grayscale: #8F8F8F. Windows color (decimal): -3249742 or 11692494. OLE color: 11692494.

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

Color convert

RGB 206 105 178 -
CMYK 0 0.49 0.14 0.19
HSL 316.63º 0.51% 0.61% -
HSV(B) 316.63º 0.49% 0.81% -
XYZ 38.54 26.44 45.19 -
YUV 143.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 206 105 178 0 0.49 0.14 0.19 316.63 0.51 0.61
Hex CE 69 B2 0 31 E 13 13D 33 3D
Octal 316 151 262 0 61 16 23 475 63 75
Binary 11001110 1101001 10110010 0 110001 1110 10011 100111101 110011 111101

Color Harmonies of #CE69B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69B2

Black with #CE69B2

Text Example


Text Example

White with #CE69B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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