Html Css Color HEX #C142B5 Fuchsia

📋 copy color: '#C142B5'

red 193 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #C142B5

Tints of Fuchsia #C142B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 43.86%
G = 15%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C142B5 (or 0xC142B5) is known color: Fuchsia. HEX triplet: C1, 42 and B5. RGB value is (193,66,181). Sum of RGB (Red+Green+Blue) = 193+66+181=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C142B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142B5 is #3EBD4A. Grayscale: #747474. Windows color (decimal): -4111691 or 11879105. OLE color: 11879105.

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

Color convert

RGB 193 66 181 -
CMYK 0 0.66 0.06 0.24
HSL 305.67º 0.51% 0.51% -
HSV(B) 305.67º 0.66% 0.76% -
XYZ 32.28 18.57 45.6 -
YUV 117.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 193 66 181 0 0.66 0.06 0.24 305.67 0.51 0.51
Hex C1 42 B5 0 42 6 18 132 33 33
Octal 301 102 265 0 102 6 30 462 63 63
Binary 11000001 1000010 10110101 0 1000010 110 11000 100110010 110011 110011

Color Harmonies of #C142B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142B5

Black with #C142B5

Text Example


Text Example

White with #C142B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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