Html Css Color HEX #C44ECB Fuchsia

📋 copy color: '#C44ECB'

red 196 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #C44ECB

Tints of Fuchsia #C44ECB

RGB

 RED value IS 196 (76.95% from 255) = 41.09%

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 41.09%
G = 16.35%
B = 42.56%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C44ECB (or 0xC44ECB) is known color: Fuchsia. HEX triplet: C4, 4E and CB. RGB value is (196,78,203). Sum of RGB (Red+Green+Blue) = 196+78+203=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C44ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ECB is #3BB134. Grayscale: #7F7F7F. Windows color (decimal): -3911989 or 13323972. OLE color: 13323972.

HSL color Cylindrical-coordinate representation of color #C44ECB: hue angle of 296.64º 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 #C44ECB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 78 203 -
CMYK 0.03 0.62 0 0.20
HSL 296.64º 0.55% 0.55% -
HSV(B) 296.64º 0.62% 0.8% -
XYZ 36.27 21.5 58.74 -
YUV 127.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 196 78 203 0.03 0.62 0 0.20 296.64 0.55 0.55
Hex C4 4E CB 3 3E 0 14 129 37 37
Octal 304 116 313 3 76 0 24 451 67 67
Binary 11000100 1001110 11001011 11 111110 0 10100 100101001 110111 110111

Color Harmonies of #C44ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ECB

Black with #C44ECB

Text Example


Text Example

White with #C44ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ECB; }

 p { color: rgb(196,78,203); }

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

background-color css

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

 a { background-color: rgb(196,78,203); }

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

border-color css

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

 span { border-color: rgb(196,78,203); }

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