Html Css Color HEX #CC4EBC Fuchsia

📋 copy color: '#CC4EBC'

red 204 ◦ green 78 ◦ blue 188

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

Shades of Fuchsia #CC4EBC

Tints of Fuchsia #CC4EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.6%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 43.4%
G = 16.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC4EBC (or 0xCC4EBC) is known color: Fuchsia. HEX triplet: CC, 4E and BC. RGB value is (204,78,188). Sum of RGB (Red+Green+Blue) = 204+78+188=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EBC is #33B143. Grayscale: #7F7F7F. Windows color (decimal): -3387716 or 12340940. OLE color: 12340940.

HSL color Cylindrical-coordinate representation of color #CC4EBC: hue angle of 307.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4EBC is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 78 188 -
CMYK 0 0.62 0.08 0.2
HSL 307.62º 0.55% 0.55% -
HSV(B) 307.62º 0.62% 0.8% -
XYZ 36.7 21.92 49.87 -
YUV 128.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 204 78 188 0 0.62 0.08 0.2 307.62 0.55 0.55
Hex CC 4E BC 0 3E 8 14 134 37 37
Octal 314 116 274 0 76 10 24 464 67 67
Binary 11001100 1001110 10111100 0 111110 1000 10100 100110100 110111 110111

Color Harmonies of #CC4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EBC

Black with #CC4EBC

Text Example


Text Example

White with #CC4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EBC; }

 p { color: rgb(204,78,188); }

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

background-color css

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

 a { background-color: rgb(204,78,188); }

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

border-color css

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

 span { border-color: rgb(204,78,188); }

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