Html Css Color HEX #CE3CC4 Fuchsia

📋 copy color: '#CE3CC4'

red 206 ◦ green 60 ◦ blue 196

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

Shades of Fuchsia #CE3CC4

Tints of Fuchsia #CE3CC4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

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

R = 44.59%
G = 12.99%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE3CC4 (or 0xCE3CC4) is known color: Fuchsia. HEX triplet: CE, 3C and C4. RGB value is (206,60,196). Sum of RGB (Red+Green+Blue) = 206+60+196=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC4 is #31C33B. Grayscale: #767676. Windows color (decimal): -3261244 or 12860622. OLE color: 12860622.

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

Color convert

RGB 206 60 196 -
CMYK 0 0.71 0.05 0.19
HSL 304.11º 0.6% 0.52% -
HSV(B) 304.11º 0.71% 0.81% -
XYZ 37.03 20.34 54.2 -
YUV 119.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 206 60 196 0 0.71 0.05 0.19 304.11 0.6 0.52
Hex CE 3C C4 0 47 5 13 130 3C 34
Octal 316 74 304 0 107 5 23 460 74 64
Binary 11001110 111100 11000100 0 1000111 101 10011 100110000 111100 110100

Color Harmonies of #CE3CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CC4

Black with #CE3CC4

Text Example


Text Example

White with #CE3CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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