Html Css Color HEX #C14BB2 Fuchsia

📋 copy color: '#C14BB2'

red 193 ◦ green 75 ◦ blue 178

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

Shades of Fuchsia #C14BB2

Tints of Fuchsia #C14BB2

RGB

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

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

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

R = 43.27%
G = 16.82%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C14BB2 (or 0xC14BB2) is known color: Fuchsia. HEX triplet: C1, 4B and B2. RGB value is (193,75,178). Sum of RGB (Red+Green+Blue) = 193+75+178=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BB2 is #3EB44D. Grayscale: #797979. Windows color (decimal): -4109390 or 11684801. OLE color: 11684801.

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

Color convert

RGB 193 75 178 -
CMYK 0 0.61 0.08 0.24
HSL 307.63º 0.49% 0.53% -
HSV(B) 307.63º 0.61% 0.76% -
XYZ 32.54 19.58 44.18 -
YUV 122.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 193 75 178 0 0.61 0.08 0.24 307.63 0.49 0.53
Hex C1 4B B2 0 3D 8 18 134 31 35
Octal 301 113 262 0 75 10 30 464 61 65
Binary 11000001 1001011 10110010 0 111101 1000 11000 100110100 110001 110101

Color Harmonies of #C14BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BB2

Black with #C14BB2

Text Example


Text Example

White with #C14BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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