Html Css Color HEX #C14BCC Fuchsia

📋 copy color: '#C14BCC'

red 193 ◦ green 75 ◦ blue 204

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

Shades of Fuchsia #C14BCC

Tints of Fuchsia #C14BCC

RGB

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

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

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

R = 40.89%
G = 15.89%
B = 43.22%

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

#C14BCC (or 0xC14BCC) is known color: Fuchsia. HEX triplet: C1, 4B and CC. RGB value is (193,75,204). Sum of RGB (Red+Green+Blue) = 193+75+204=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BCC is #3EB433. Grayscale: #7C7C7C. Windows color (decimal): -4109364 or 13388737. OLE color: 13388737.

HSL color Cylindrical-coordinate representation of color #C14BCC: hue angle of 294.88º 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 #C14BCC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 75 204 -
CMYK 0.05 0.63 0 0.2
HSL 294.88º 0.56% 0.55% -
HSV(B) 294.88º 0.63% 0.8% -
XYZ 35.41 20.73 59.26 -
YUV 124.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 193 75 204 0.05 0.63 0 0.2 294.88 0.56 0.55
Hex C1 4B CC 5 3F 0 14 127 38 37
Octal 301 113 314 5 77 0 24 447 70 67
Binary 11000001 1001011 11001100 101 111111 0 10100 100100111 111000 110111

Color Harmonies of #C14BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BCC

Black with #C14BCC

Text Example


Text Example

White with #C14BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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