Html Css Color HEX #C14BBA Fuchsia

📋 copy color: '#C14BBA'

red 193 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #C14BBA

Tints of Fuchsia #C14BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.52%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 42.51%
G = 16.52%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C14BBA (or 0xC14BBA) is known color: Fuchsia. HEX triplet: C1, 4B and BA. RGB value is (193,75,186). Sum of RGB (Red+Green+Blue) = 193+75+186=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BBA is #3EB445. Grayscale: #7A7A7A. Windows color (decimal): -4109382 or 12209089. OLE color: 12209089.

HSL color Cylindrical-coordinate representation of color #C14BBA: hue angle of 303.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14BBA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 75 186 -
CMYK 0 0.61 0.04 0.24
HSL 303.56º 0.49% 0.53% -
HSV(B) 303.56º 0.61% 0.76% -
XYZ 33.37 19.91 48.54 -
YUV 122.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 193 75 186 0 0.61 0.04 0.24 303.56 0.49 0.53
Hex C1 4B BA 0 3D 4 18 130 31 35
Octal 301 113 272 0 75 4 30 460 61 65
Binary 11000001 1001011 10111010 0 111101 100 11000 100110000 110001 110101

Color Harmonies of #C14BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BBA

Black with #C14BBA

Text Example


Text Example

White with #C14BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BBA; }

 p { color: rgb(193,75,186); }

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

background-color css

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

 a { background-color: rgb(193,75,186); }

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

border-color css

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

 span { border-color: rgb(193,75,186); }

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