Html Css Color HEX #C143CD Fuchsia

📋 copy color: '#C143CD'

red 193 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #C143CD

Tints of Fuchsia #C143CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.41%

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

R = 41.51%
G = 14.41%
B = 44.09%

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

#C143CD (or 0xC143CD) is known color: Fuchsia. HEX triplet: C1, 43 and CD. RGB value is (193,67,205). Sum of RGB (Red+Green+Blue) = 193+67+205=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C143CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143CD is #3EBC32. Grayscale: #777777. Windows color (decimal): -4111411 or 13452225. OLE color: 13452225.

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

Color convert

RGB 193 67 205 -
CMYK 0.06 0.67 0 0.20
HSL 294.78º 0.58% 0.53% -
HSV(B) 294.78º 0.67% 0.8% -
XYZ 35.02 19.76 59.73 -
YUV 120.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 193 67 205 0.06 0.67 0 0.20 294.78 0.58 0.53
Hex C1 43 CD 6 43 0 14 127 3A 35
Octal 301 103 315 6 103 0 24 447 72 65
Binary 11000001 1000011 11001101 110 1000011 0 10100 100100111 111010 110101

Color Harmonies of #C143CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143CD

Black with #C143CD

Text Example


Text Example

White with #C143CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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