Html Css Color HEX #CE4CD3 Fuchsia

📋 copy color: '#CE4CD3'

red 206 ◦ green 76 ◦ blue 211

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

Shades of Fuchsia #CE4CD3

Tints of Fuchsia #CE4CD3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 41.78%
G = 15.42%
B = 42.8%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE4CD3 (or 0xCE4CD3) is known color: Fuchsia. HEX triplet: CE, 4C and D3. RGB value is (206,76,211). Sum of RGB (Red+Green+Blue) = 206+76+211=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE4CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CD3 is #31B32C. Grayscale: #818181. Windows color (decimal): -3257133 or 13847758. OLE color: 13847758.

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

Color convert

RGB 206 76 211 -
CMYK 0.02 0.64 0 0.17
HSL 297.78º 0.61% 0.56% -
HSV(B) 297.78º 0.64% 0.83% -
XYZ 39.8 22.99 63.97 -
YUV 130.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 206 76 211 0.02 0.64 0 0.17 297.78 0.61 0.56
Hex CE 4C D3 2 40 0 11 12A 3D 38
Octal 316 114 323 2 100 0 21 452 75 70
Binary 11001110 1001100 11010011 10 1000000 0 10001 100101010 111101 111000

Color Harmonies of #CE4CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CD3

Black with #CE4CD3

Text Example


Text Example

White with #CE4CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CD3; }

 p { color: rgb(206,76,211); }

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

background-color css

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

 a { background-color: rgb(206,76,211); }

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

border-color css

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

 span { border-color: rgb(206,76,211); }

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