Html Css Color HEX #CE2DC4 Fuchsia

📋 copy color: '#CE2DC4'

red 206 ◦ green 45 ◦ blue 196

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

Shades of Fuchsia #CE2DC4

Tints of Fuchsia #CE2DC4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 46.09%
G = 10.07%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE2DC4 (or 0xCE2DC4) is known color: Fuchsia. HEX triplet: CE, 2D and C4. RGB value is (206,45,196). Sum of RGB (Red+Green+Blue) = 206+45+196=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC4 is #31D23B. Grayscale: #6D6D6D. Windows color (decimal): -3265084 or 12856782. OLE color: 12856782.

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

Color convert

RGB 206 45 196 -
CMYK 0 0.78 0.05 0.19
HSL 303.73º 0.64% 0.49% -
HSV(B) 303.73º 0.78% 0.81% -
XYZ 36.36 18.98 53.97 -
YUV 110.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 206 45 196 0 0.78 0.05 0.19 303.73 0.64 0.49
Hex CE 2D C4 0 4E 5 13 130 40 31
Octal 316 55 304 0 116 5 23 460 100 61
Binary 11001110 101101 11000100 0 1001110 101 10011 100110000 1000000 110001

Color Harmonies of #CE2DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DC4

Black with #CE2DC4

Text Example


Text Example

White with #CE2DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DC4; }

 p { color: rgb(206,45,196); }

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

background-color css

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

 a { background-color: rgb(206,45,196); }

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

border-color css

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

 span { border-color: rgb(206,45,196); }

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