Html Css Color HEX #CE39D4 Fuchsia

📋 copy color: '#CE39D4'

red 206 ◦ green 57 ◦ blue 212

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

Shades of Fuchsia #CE39D4

Tints of Fuchsia #CE39D4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 43.37%
G = 12%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE39D4 (or 0xCE39D4) is known color: Fuchsia. HEX triplet: CE, 39 and D4. RGB value is (206,57,212). Sum of RGB (Red+Green+Blue) = 206+57+212=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39D4 is #31C62B. Grayscale: #767676. Windows color (decimal): -3261996 or 13908430. OLE color: 13908430.

HSL color Cylindrical-coordinate representation of color #CE39D4: hue angle of 297.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE39D4 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 57 212 -
CMYK 0.03 0.73 0 0.17
HSL 297.68º 0.64% 0.53% -
HSV(B) 297.68º 0.73% 0.83% -
XYZ 38.8 20.8 64.26 -
YUV 119.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 206 57 212 0.03 0.73 0 0.17 297.68 0.64 0.53
Hex CE 39 D4 3 49 0 11 12A 40 35
Octal 316 71 324 3 111 0 21 452 100 65
Binary 11001110 111001 11010100 11 1001001 0 10001 100101010 1000000 110101

Color Harmonies of #CE39D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE39D4

Black with #CE39D4

Text Example


Text Example

White with #CE39D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE39D4; }

 p { color: rgb(206,57,212); }

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

background-color css

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

 a { background-color: rgb(206,57,212); }

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

border-color css

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

 span { border-color: rgb(206,57,212); }

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