Html Css Color HEX #C14DB2 Fuchsia

📋 copy color: '#C14DB2'

red 193 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #C14DB2

Tints of Fuchsia #C14DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 43.08%
G = 17.19%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C14DB2 (or 0xC14DB2) is known color: Fuchsia. HEX triplet: C1, 4D and B2. RGB value is (193,77,178). Sum of RGB (Red+Green+Blue) = 193+77+178=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DB2 is #3EB24D. Grayscale: #7A7A7A. Windows color (decimal): -4108878 or 11685313. OLE color: 11685313.

HSL color Cylindrical-coordinate representation of color #C14DB2: hue angle of 307.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 178 -
CMYK 0 0.60 0.08 0.24
HSL 307.76º 0.48% 0.53% -
HSV(B) 307.76º 0.6% 0.76% -
XYZ 32.68 19.86 44.23 -
YUV 123.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 193 77 178 0 0.60 0.08 0.24 307.76 0.48 0.53
Hex C1 4D B2 0 3C 8 18 134 30 35
Octal 301 115 262 0 74 10 30 464 60 65
Binary 11000001 1001101 10110010 0 111100 1000 11000 100110100 110000 110101

Color Harmonies of #C14DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DB2

Black with #C14DB2

Text Example


Text Example

White with #C14DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DB2; }

 p { color: rgb(193,77,178); }

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

background-color css

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

 a { background-color: rgb(193,77,178); }

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

border-color css

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

 span { border-color: rgb(193,77,178); }

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