Html Css Color HEX #CE69B5 Fuchsia

📋 copy color: '#CE69B5'

red 206 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #CE69B5

Tints of Fuchsia #CE69B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 41.87%
G = 21.34%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE69B5 (or 0xCE69B5) is known color: Fuchsia. HEX triplet: CE, 69 and B5. RGB value is (206,105,181). Sum of RGB (Red+Green+Blue) = 206+105+181=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B5 is #31964A. Grayscale: #8F8F8F. Windows color (decimal): -3249739 or 11889102. OLE color: 11889102.

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

Color convert

RGB 206 105 181 -
CMYK 0 0.49 0.12 0.19
HSL 314.85º 0.51% 0.61% -
HSV(B) 314.85º 0.49% 0.81% -
XYZ 38.85 26.56 46.8 -
YUV 143.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 206 105 181 0 0.49 0.12 0.19 314.85 0.51 0.61
Hex CE 69 B5 0 31 C 13 13B 33 3D
Octal 316 151 265 0 61 14 23 473 63 75
Binary 11001110 1101001 10110101 0 110001 1100 10011 100111011 110011 111101

Color Harmonies of #CE69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69B5

Black with #CE69B5

Text Example


Text Example

White with #CE69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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