Html Css Color HEX #C14CCC Fuchsia

📋 copy color: '#C14CCC'

red 193 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #C14CCC

Tints of Fuchsia #C14CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 40.8%
G = 16.07%
B = 43.13%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C14CCC (or 0xC14CCC) is known color: Fuchsia. HEX triplet: C1, 4C and CC. RGB value is (193,76,204). Sum of RGB (Red+Green+Blue) = 193+76+204=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CCC is #3EB333. Grayscale: #7D7D7D. Windows color (decimal): -4109108 or 13388993. OLE color: 13388993.

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

Color convert

RGB 193 76 204 -
CMYK 0.05 0.63 0 0.2
HSL 294.84º 0.56% 0.55% -
HSV(B) 294.84º 0.63% 0.8% -
XYZ 35.48 20.87 59.28 -
YUV 125.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 193 76 204 0.05 0.63 0 0.2 294.84 0.56 0.55
Hex C1 4C CC 5 3F 0 14 127 38 37
Octal 301 114 314 5 77 0 24 447 70 67
Binary 11000001 1001100 11001100 101 111111 0 10100 100100111 111000 110111

Color Harmonies of #C14CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CCC

Black with #C14CCC

Text Example


Text Example

White with #C14CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CCC; }

 p { color: rgb(193,76,204); }

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

background-color css

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

 a { background-color: rgb(193,76,204); }

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

border-color css

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

 span { border-color: rgb(193,76,204); }

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