Html Css Color HEX #C44CCE Fuchsia

📋 copy color: '#C44CCE'

red 196 ◦ green 76 ◦ blue 206

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

Shades of Fuchsia #C44CCE

Tints of Fuchsia #C44CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 41%
G = 15.9%
B = 43.1%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C44CCE (or 0xC44CCE) is known color: Fuchsia. HEX triplet: C4, 4C and CE. RGB value is (196,76,206). Sum of RGB (Red+Green+Blue) = 196+76+206=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C44CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CCE is #3BB331. Grayscale: #7E7E7E. Windows color (decimal): -3912498 or 13520068. OLE color: 13520068.

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

Color convert

RGB 196 76 206 -
CMYK 0.05 0.63 0 0.19
HSL 295.38º 0.57% 0.55% -
HSV(B) 295.38º 0.63% 0.81% -
XYZ 36.49 21.36 60.59 -
YUV 126.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 196 76 206 0.05 0.63 0 0.19 295.38 0.57 0.55
Hex C4 4C CE 5 3F 0 13 127 39 37
Octal 304 114 316 5 77 0 23 447 71 67
Binary 11000100 1001100 11001110 101 111111 0 10011 100100111 111001 110111

Color Harmonies of #C44CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CCE

Black with #C44CCE

Text Example


Text Example

White with #C44CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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