Html Css Color HEX #CE4CC1 Fuchsia

📋 copy color: '#CE4CC1'

red 206 ◦ green 76 ◦ blue 193

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

Shades of Fuchsia #CE4CC1

Tints of Fuchsia #CE4CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 43.37%
G = 16%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE4CC1 (or 0xCE4CC1) is known color: Fuchsia. HEX triplet: CE, 4C and C1. RGB value is (206,76,193). Sum of RGB (Red+Green+Blue) = 206+76+193=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CC1 is #31B33E. Grayscale: #7F7F7F. Windows color (decimal): -3257151 or 12668110. OLE color: 12668110.

HSL color Cylindrical-coordinate representation of color #CE4CC1: hue angle of 306º degrees, saturation: 0.57, 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 #CE4CC1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 193 -
CMYK 0 0.63 0.06 0.19
HSL 306º 0.57% 0.55% -
HSV(B) 306º 0.63% 0.81% -
XYZ 37.66 22.14 52.74 -
YUV 128.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 206 76 193 0 0.63 0.06 0.19 306 0.57 0.55
Hex CE 4C C1 0 3F 6 13 132 39 37
Octal 316 114 301 0 77 6 23 462 71 67
Binary 11001110 1001100 11000001 0 111111 110 10011 100110010 111001 110111

Color Harmonies of #CE4CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CC1

Black with #CE4CC1

Text Example


Text Example

White with #CE4CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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