Html Css Color HEX #CE2DC5 Fuchsia

📋 copy color: '#CE2DC5'

red 206 ◦ green 45 ◦ blue 197

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

Shades of Fuchsia #CE2DC5

Tints of Fuchsia #CE2DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 45.98%
G = 10.04%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE2DC5 (or 0xCE2DC5) is known color: Fuchsia. HEX triplet: CE, 2D and C5. RGB value is (206,45,197). Sum of RGB (Red+Green+Blue) = 206+45+197=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC5 is #31D23A. Grayscale: #6E6E6E. Windows color (decimal): -3265083 or 12922318. OLE color: 12922318.

HSL color Cylindrical-coordinate representation of color #CE2DC5: hue angle of 303.35º 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 #CE2DC5 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 197 -
CMYK 0 0.78 0.04 0.19
HSL 303.35º 0.64% 0.49% -
HSV(B) 303.35º 0.78% 0.81% -
XYZ 36.47 19.03 54.57 -
YUV 110.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 206 45 197 0 0.78 0.04 0.19 303.35 0.64 0.49
Hex CE 2D C5 0 4E 4 13 12F 40 31
Octal 316 55 305 0 116 4 23 457 100 61
Binary 11001110 101101 11000101 0 1001110 100 10011 100101111 1000000 110001

Color Harmonies of #CE2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DC5

Black with #CE2DC5

Text Example


Text Example

White with #CE2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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