Html Css Color HEX #C143CB Fuchsia

📋 copy color: '#C143CB'

red 193 ◦ green 67 ◦ blue 203

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

Shades of Fuchsia #C143CB

Tints of Fuchsia #C143CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 41.68%
G = 14.47%
B = 43.84%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C143CB (or 0xC143CB) is known color: Fuchsia. HEX triplet: C1, 43 and CB. RGB value is (193,67,203). Sum of RGB (Red+Green+Blue) = 193+67+203=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C143CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143CB is #3EBC34. Grayscale: #777777. Windows color (decimal): -4111413 or 13321153. OLE color: 13321153.

HSL color Cylindrical-coordinate representation of color #C143CB: hue angle of 295.59º degrees, saturation: 0.57, 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 #C143CB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 67 203 -
CMYK 0.05 0.67 0 0.20
HSL 295.59º 0.57% 0.53% -
HSV(B) 295.59º 0.67% 0.8% -
XYZ 34.78 19.66 58.46 -
YUV 120.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 193 67 203 0.05 0.67 0 0.20 295.59 0.57 0.53
Hex C1 43 CB 5 43 0 14 128 39 35
Octal 301 103 313 5 103 0 24 450 71 65
Binary 11000001 1000011 11001011 101 1000011 0 10100 100101000 111001 110101

Color Harmonies of #C143CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143CB

Black with #C143CB

Text Example


Text Example

White with #C143CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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