Html Css Color HEX #CE70B5 Fuchsia

📋 copy color: '#CE70B5'

red 206 ◦ green 112 ◦ blue 181

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

Shades of Fuchsia #CE70B5

Tints of Fuchsia #CE70B5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

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

R = 41.28%
G = 22.44%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE70B5 (or 0xCE70B5) is known color: Fuchsia. HEX triplet: CE, 70 and B5. RGB value is (206,112,181). Sum of RGB (Red+Green+Blue) = 206+112+181=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70B5 is #318F4A. Grayscale: #939393. Windows color (decimal): -3247947 or 11890894. OLE color: 11890894.

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

Color convert

RGB 206 112 181 -
CMYK 0 0.46 0.12 0.19
HSL 315.96º 0.49% 0.62% -
HSV(B) 315.96º 0.46% 0.81% -
XYZ 39.59 28.05 47.04 -
YUV 147.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 206 112 181 0 0.46 0.12 0.19 315.96 0.49 0.62
Hex CE 70 B5 0 2E C 13 13C 31 3E
Octal 316 160 265 0 56 14 23 474 61 76
Binary 11001110 1110000 10110101 0 101110 1100 10011 100111100 110001 111110

Color Harmonies of #CE70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70B5

Black with #CE70B5

Text Example


Text Example

White with #CE70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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