Html Css Color HEX #CE42B0 Fuchsia

📋 copy color: '#CE42B0'

red 206 ◦ green 66 ◦ blue 176

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

Shades of Fuchsia #CE42B0

Tints of Fuchsia #CE42B0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 45.98%
G = 14.73%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE42B0 (or 0xCE42B0) is known color: Fuchsia. HEX triplet: CE, 42 and B0. RGB value is (206,66,176). Sum of RGB (Red+Green+Blue) = 206+66+176=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42B0 is #31BD4F. Grayscale: #787878. Windows color (decimal): -3259728 or 11551438. OLE color: 11551438.

HSL color Cylindrical-coordinate representation of color #CE42B0: hue angle of 312.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE42B0 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 176 -
CMYK 0 0.68 0.15 0.19
HSL 312.86º 0.59% 0.53% -
HSV(B) 312.86º 0.68% 0.81% -
XYZ 35.24 20.15 43.11 -
YUV 120.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 206 66 176 0 0.68 0.15 0.19 312.86 0.59 0.53
Hex CE 42 B0 0 44 F 13 139 3B 35
Octal 316 102 260 0 104 17 23 471 73 65
Binary 11001110 1000010 10110000 0 1000100 1111 10011 100111001 111011 110101

Color Harmonies of #CE42B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42B0

Black with #CE42B0

Text Example


Text Example

White with #CE42B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42B0; }

 p { color: rgb(206,66,176); }

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

background-color css

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

 a { background-color: rgb(206,66,176); }

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

border-color css

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

 span { border-color: rgb(206,66,176); }

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