Html Css Color HEX #C44FCB Fuchsia

📋 copy color: '#C44FCB'

red 196 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #C44FCB

Tints of Fuchsia #C44FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.53%

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

R = 41%
G = 16.53%
B = 42.47%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C44FCB (or 0xC44FCB) is known color: Fuchsia. HEX triplet: C4, 4F and CB. RGB value is (196,79,203). Sum of RGB (Red+Green+Blue) = 196+79+203=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C44FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FCB is #3BB034. Grayscale: #7F7F7F. Windows color (decimal): -3911733 or 13324228. OLE color: 13324228.

HSL color Cylindrical-coordinate representation of color #C44FCB: hue angle of 296.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44FCB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 79 203 -
CMYK 0.03 0.61 0 0.20
HSL 296.61º 0.54% 0.55% -
HSV(B) 296.61º 0.61% 0.8% -
XYZ 36.34 21.64 58.76 -
YUV 128.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 196 79 203 0.03 0.61 0 0.20 296.61 0.54 0.55
Hex C4 4F CB 3 3D 0 14 129 36 37
Octal 304 117 313 3 75 0 24 451 66 67
Binary 11000100 1001111 11001011 11 111101 0 10100 100101001 110110 110111

Color Harmonies of #C44FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FCB

Black with #C44FCB

Text Example


Text Example

White with #C44FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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