Html Css Color HEX #C144CA Fuchsia

📋 copy color: '#C144CA'

red 193 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #C144CA

Tints of Fuchsia #C144CA

RGB

 RED value IS 193 (75.78% from 255) = 41.68%

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

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

R = 41.68%
G = 14.69%
B = 43.63%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C144CA (or 0xC144CA) is known color: Fuchsia. HEX triplet: C1, 44 and CA. RGB value is (193,68,202). Sum of RGB (Red+Green+Blue) = 193+68+202=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C144CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144CA is #3EBB35. Grayscale: #787878. Windows color (decimal): -4111158 or 13255873. OLE color: 13255873.

HSL color Cylindrical-coordinate representation of color #C144CA: hue angle of 295.97º 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 #C144CA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 68 202 -
CMYK 0.04 0.66 0 0.21
HSL 295.97º 0.56% 0.53% -
HSV(B) 295.97º 0.66% 0.79% -
XYZ 34.72 19.74 57.86 -
YUV 120.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 193 68 202 0.04 0.66 0 0.21 295.97 0.56 0.53
Hex C1 44 CA 4 42 0 15 128 38 35
Octal 301 104 312 4 102 0 25 450 70 65
Binary 11000001 1000100 11001010 100 1000010 0 10101 100101000 111000 110101

Color Harmonies of #C144CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144CA

Black with #C144CA

Text Example


Text Example

White with #C144CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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