Html Css Color HEX #C444CA Fuchsia

📋 copy color: '#C444CA'

red 196 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #C444CA

Tints of Fuchsia #C444CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 42.06%
G = 14.59%
B = 43.35%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C444CA (or 0xC444CA) is known color: Fuchsia. HEX triplet: C4, 44 and CA. RGB value is (196,68,202). Sum of RGB (Red+Green+Blue) = 196+68+202=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C444CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CA is #3BBB35. Grayscale: #797979. Windows color (decimal): -3914550 or 13255876. OLE color: 13255876.

HSL color Cylindrical-coordinate representation of color #C444CA: hue angle of 297.31º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C444CA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 68 202 -
CMYK 0.03 0.66 0 0.21
HSL 297.31º 0.56% 0.53% -
HSV(B) 297.31º 0.66% 0.79% -
XYZ 35.49 20.13 57.89 -
YUV 121.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 196 68 202 0.03 0.66 0 0.21 297.31 0.56 0.53
Hex C4 44 CA 3 42 0 15 129 38 35
Octal 304 104 312 3 102 0 25 451 70 65
Binary 11000100 1000100 11001010 11 1000010 0 10101 100101001 111000 110101

Color Harmonies of #C444CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444CA

Black with #C444CA

Text Example


Text Example

White with #C444CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444CA; }

 p { color: rgb(196,68,202); }

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

background-color css

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

 a { background-color: rgb(196,68,202); }

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

border-color css

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

 span { border-color: rgb(196,68,202); }

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