Html Css Color HEX #C14DBE Fuchsia

📋 copy color: '#C14DBE'

red 193 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #C14DBE

Tints of Fuchsia #C14DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 41.96%
G = 16.74%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C14DBE (or 0xC14DBE) is known color: Fuchsia. HEX triplet: C1, 4D and BE. RGB value is (193,77,190). Sum of RGB (Red+Green+Blue) = 193+77+190=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBE is #3EB241. Grayscale: #7C7C7C. Windows color (decimal): -4108866 or 12471745. OLE color: 12471745.

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

Color convert

RGB 193 77 190 -
CMYK 0 0.60 0.02 0.24
HSL 301.55º 0.48% 0.53% -
HSV(B) 301.55º 0.6% 0.76% -
XYZ 33.94 20.36 50.86 -
YUV 124.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 193 77 190 0 0.60 0.02 0.24 301.55 0.48 0.53
Hex C1 4D BE 0 3C 2 18 12E 30 35
Octal 301 115 276 0 74 2 30 456 60 65
Binary 11000001 1001101 10111110 0 111100 10 11000 100101110 110000 110101

Color Harmonies of #C14DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DBE

Black with #C14DBE

Text Example


Text Example

White with #C14DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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