Html Css Color HEX #C144CD Fuchsia

📋 copy color: '#C144CD'

red 193 ◦ green 68 ◦ blue 205

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

Shades of Fuchsia #C144CD

Tints of Fuchsia #C144CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 41.42%
G = 14.59%
B = 43.99%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C144CD (or 0xC144CD) is known color: Fuchsia. HEX triplet: C1, 44 and CD. RGB value is (193,68,205). Sum of RGB (Red+Green+Blue) = 193+68+205=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C144CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144CD is #3EBB32. Grayscale: #787878. Windows color (decimal): -4111155 or 13452481. OLE color: 13452481.

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

Color convert

RGB 193 68 205 -
CMYK 0.06 0.67 0 0.20
HSL 294.74º 0.58% 0.54% -
HSV(B) 294.74º 0.67% 0.8% -
XYZ 35.08 19.88 59.75 -
YUV 120.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 193 68 205 0.06 0.67 0 0.20 294.74 0.58 0.54
Hex C1 44 CD 6 43 0 14 127 3A 36
Octal 301 104 315 6 103 0 24 447 72 66
Binary 11000001 1000100 11001101 110 1000011 0 10100 100100111 111010 110110

Color Harmonies of #C144CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144CD

Black with #C144CD

Text Example


Text Example

White with #C144CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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