Html Css Color HEX #C142AF Fuchsia

📋 copy color: '#C142AF'

red 193 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #C142AF

Tints of Fuchsia #C142AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 44.47%
G = 15.21%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C142AF (or 0xC142AF) is known color: Fuchsia. HEX triplet: C1, 42 and AF. RGB value is (193,66,175). Sum of RGB (Red+Green+Blue) = 193+66+175=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C142AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142AF is #3EBD50. Grayscale: #747474. Windows color (decimal): -4111697 or 11485889. OLE color: 11485889.

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

Color convert

RGB 193 66 175 -
CMYK 0 0.66 0.09 0.24
HSL 308.5º 0.51% 0.51% -
HSV(B) 308.5º 0.66% 0.76% -
XYZ 31.68 18.33 42.43 -
YUV 116.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 193 66 175 0 0.66 0.09 0.24 308.5 0.51 0.51
Hex C1 42 AF 0 42 9 18 135 33 33
Octal 301 102 257 0 102 11 30 465 63 63
Binary 11000001 1000010 10101111 0 1000010 1001 11000 100110101 110011 110011

Color Harmonies of #C142AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142AF

Black with #C142AF

Text Example


Text Example

White with #C142AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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