Html Css Color HEX #C14FCB Fuchsia

📋 copy color: '#C14FCB'

red 193 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #C14FCB

Tints of Fuchsia #C14FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 40.63%
G = 16.63%
B = 42.74%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C14FCB (or 0xC14FCB) is known color: Fuchsia. HEX triplet: C1, 4F and CB. RGB value is (193,79,203). Sum of RGB (Red+Green+Blue) = 193+79+203=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #C14FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FCB is #3EB034. Grayscale: #7E7E7E. Windows color (decimal): -4108341 or 13324225. OLE color: 13324225.

HSL color Cylindrical-coordinate representation of color #C14FCB: hue angle of 295.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14FCB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 79 203 -
CMYK 0.05 0.61 0 0.20
HSL 295.16º 0.54% 0.55% -
HSV(B) 295.16º 0.61% 0.8% -
XYZ 35.57 21.24 58.73 -
YUV 127.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 193 79 203 0.05 0.61 0 0.20 295.16 0.54 0.55
Hex C1 4F CB 5 3D 0 14 127 36 37
Octal 301 117 313 5 75 0 24 447 66 67
Binary 11000001 1001111 11001011 101 111101 0 10100 100100111 110110 110111

Color Harmonies of #C14FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FCB

Black with #C14FCB

Text Example


Text Example

White with #C14FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FCB; }

 p { color: rgb(193,79,203); }

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

background-color css

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

 a { background-color: rgb(193,79,203); }

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

border-color css

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

 span { border-color: rgb(193,79,203); }

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