Html Css Color HEX #CE69B9 Fuchsia

📋 copy color: '#CE69B9'

red 206 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #CE69B9

Tints of Fuchsia #CE69B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 41.53%
G = 21.17%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE69B9 (or 0xCE69B9) is known color: Fuchsia. HEX triplet: CE, 69 and B9. RGB value is (206,105,185). Sum of RGB (Red+Green+Blue) = 206+105+185=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B9 is #319646. Grayscale: #909090. Windows color (decimal): -3249735 or 12151246. OLE color: 12151246.

HSL color Cylindrical-coordinate representation of color #CE69B9: hue angle of 312.48º 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 #CE69B9 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 185 -
CMYK 0 0.49 0.10 0.19
HSL 312.48º 0.51% 0.61% -
HSV(B) 312.48º 0.49% 0.81% -
XYZ 39.26 26.73 48.99 -
YUV 144.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 206 105 185 0 0.49 0.10 0.19 312.48 0.51 0.61
Hex CE 69 B9 0 31 A 13 138 33 3D
Octal 316 151 271 0 61 12 23 470 63 75
Binary 11001110 1101001 10111001 0 110001 1010 10011 100111000 110011 111101

Color Harmonies of #CE69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69B9

Black with #CE69B9

Text Example


Text Example

White with #CE69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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