Html Css Color HEX #C142B8 Fuchsia

📋 copy color: '#C142B8'

red 193 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #C142B8

Tints of Fuchsia #C142B8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.9%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 43.57%
G = 14.9%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C142B8 (or 0xC142B8) is known color: Fuchsia. HEX triplet: C1, 42 and B8. RGB value is (193,66,184). Sum of RGB (Red+Green+Blue) = 193+66+184=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C142B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142B8 is #3EBD47. Grayscale: #757575. Windows color (decimal): -4111688 or 12075713. OLE color: 12075713.

HSL color Cylindrical-coordinate representation of color #C142B8: hue angle of 304.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C142B8 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 184 -
CMYK 0 0.66 0.05 0.24
HSL 304.25º 0.51% 0.51% -
HSV(B) 304.25º 0.66% 0.76% -
XYZ 32.59 18.69 47.24 -
YUV 117.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 193 66 184 0 0.66 0.05 0.24 304.25 0.51 0.51
Hex C1 42 B8 0 42 5 18 130 33 33
Octal 301 102 270 0 102 5 30 460 63 63
Binary 11000001 1000010 10111000 0 1000010 101 11000 100110000 110011 110011

Color Harmonies of #C142B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142B8

Black with #C142B8

Text Example


Text Example

White with #C142B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142B8; }

 p { color: rgb(193,66,184); }

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

background-color css

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

 a { background-color: rgb(193,66,184); }

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

border-color css

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

 span { border-color: rgb(193,66,184); }

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