Html Css Color HEX #CE38D4 Fuchsia

📋 copy color: '#CE38D4'

red 206 ◦ green 56 ◦ blue 212

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

Shades of Fuchsia #CE38D4

Tints of Fuchsia #CE38D4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.81%

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

R = 43.46%
G = 11.81%
B = 44.73%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE38D4 (or 0xCE38D4) is known color: Fuchsia. HEX triplet: CE, 38 and D4. RGB value is (206,56,212). Sum of RGB (Red+Green+Blue) = 206+56+212=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38D4 is #31C72B. Grayscale: #767676. Windows color (decimal): -3262252 or 13908174. OLE color: 13908174.

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

Color convert

RGB 206 56 212 -
CMYK 0.03 0.74 0 0.17
HSL 297.69º 0.64% 0.53% -
HSV(B) 297.69º 0.74% 0.83% -
XYZ 38.75 20.7 64.24 -
YUV 118.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 206 56 212 0.03 0.74 0 0.17 297.69 0.64 0.53
Hex CE 38 D4 3 4A 0 11 12A 40 35
Octal 316 70 324 3 112 0 21 452 100 65
Binary 11001110 111000 11010100 11 1001010 0 10001 100101010 1000000 110101

Color Harmonies of #CE38D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38D4

Black with #CE38D4

Text Example


Text Example

White with #CE38D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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