Html Css Color HEX #CC5EC4 Fuchsia

📋 copy color: '#CC5EC4'

red 204 ◦ green 94 ◦ blue 196

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

Shades of Fuchsia #CC5EC4

Tints of Fuchsia #CC5EC4

RGB

 RED value IS 204 (80.08% from 255) = 41.3%

 GREEN value IS 94 (37.11% from 255) = 19.03%

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

R = 41.3%
G = 19.03%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC5EC4 (or 0xCC5EC4) is known color: Fuchsia. HEX triplet: CC, 5E and C4. RGB value is (204,94,196). Sum of RGB (Red+Green+Blue) = 204+94+196=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC4 is #33A13B. Grayscale: #8A8A8A. Windows color (decimal): -3383612 or 12869324. OLE color: 12869324.

HSL color Cylindrical-coordinate representation of color #CC5EC4: hue angle of 304.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EC4 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 94 196 -
CMYK 0 0.54 0.04 0.2
HSL 304.36º 0.52% 0.58% -
HSV(B) 304.36º 0.54% 0.8% -
XYZ 38.87 24.83 54.97 -
YUV 138.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 204 94 196 0 0.54 0.04 0.2 304.36 0.52 0.58
Hex CC 5E C4 0 36 4 14 130 34 3A
Octal 314 136 304 0 66 4 24 460 64 72
Binary 11001100 1011110 11000100 0 110110 100 10100 100110000 110100 111010

Color Harmonies of #CC5EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EC4

Black with #CC5EC4

Text Example


Text Example

White with #CC5EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EC4; }

 p { color: rgb(204,94,196); }

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

background-color css

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

 a { background-color: rgb(204,94,196); }

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

border-color css

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

 span { border-color: rgb(204,94,196); }

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