Html Css Color HEX #CE42D5 Fuchsia

📋 copy color: '#CE42D5'

red 206 ◦ green 66 ◦ blue 213

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

Shades of Fuchsia #CE42D5

Tints of Fuchsia #CE42D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 42.47%
G = 13.61%
B = 43.92%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE42D5 (or 0xCE42D5) is known color: Fuchsia. HEX triplet: CE, 42 and D5. RGB value is (206,66,213). Sum of RGB (Red+Green+Blue) = 206+66+213=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE42D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42D5 is #31BD2A. Grayscale: #7C7C7C. Windows color (decimal): -3259691 or 13976270. OLE color: 13976270.

HSL color Cylindrical-coordinate representation of color #CE42D5: hue angle of 297.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE42D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 66 213 -
CMYK 0.03 0.69 0 0.16
HSL 297.14º 0.64% 0.55% -
HSV(B) 297.14º 0.69% 0.84% -
XYZ 39.41 21.82 65.09 -
YUV 124.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 206 66 213 0.03 0.69 0 0.16 297.14 0.64 0.55
Hex CE 42 D5 3 45 0 10 129 40 37
Octal 316 102 325 3 105 0 20 451 100 67
Binary 11001110 1000010 11010101 11 1000101 0 10000 100101001 1000000 110111

Color Harmonies of #CE42D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42D5

Black with #CE42D5

Text Example


Text Example

White with #CE42D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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