Html Css Color HEX #CE4CCF Fuchsia

📋 copy color: '#CE4CCF'

red 206 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #CE4CCF

Tints of Fuchsia #CE4CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 42.13%
G = 15.54%
B = 42.33%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE4CCF (or 0xCE4CCF) is known color: Fuchsia. HEX triplet: CE, 4C and CF. RGB value is (206,76,207). Sum of RGB (Red+Green+Blue) = 206+76+207=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CCF is #31B330. Grayscale: #818181. Windows color (decimal): -3257137 or 13585614. OLE color: 13585614.

HSL color Cylindrical-coordinate representation of color #CE4CCF: hue angle of 299.54º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CCF is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 207 -
CMYK 0.00 0.63 0 0.19
HSL 299.54º 0.58% 0.55% -
HSV(B) 299.54º 0.63% 0.81% -
XYZ 39.3 22.8 61.36 -
YUV 129.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 206 76 207 0.00 0.63 0 0.19 299.54 0.58 0.55
Hex CE 4C CF 0 3F 0 13 12C 3A 37
Octal 316 114 317 0 77 0 23 454 72 67
Binary 11001110 1001100 11001111 0 111111 0 10011 100101100 111010 110111

Color Harmonies of #CE4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CCF

Black with #CE4CCF

Text Example


Text Example

White with #CE4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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