Html Css Color HEX #C13ACC Fuchsia

📋 copy color: '#C13ACC'

red 193 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #C13ACC

Tints of Fuchsia #C13ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.75%

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

R = 42.42%
G = 12.75%
B = 44.84%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C13ACC (or 0xC13ACC) is known color: Fuchsia. HEX triplet: C1, 3A and CC. RGB value is (193,58,204). Sum of RGB (Red+Green+Blue) = 193+58+204=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C13ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ACC is #3EC533. Grayscale: #727272. Windows color (decimal): -4113716 or 13384385. OLE color: 13384385.

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

Color convert

RGB 193 58 204 -
CMYK 0.05 0.72 0 0.2
HSL 295.48º 0.59% 0.51% -
HSV(B) 295.48º 0.72% 0.8% -
XYZ 34.4 18.72 58.93 -
YUV 115.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 193 58 204 0.05 0.72 0 0.2 295.48 0.59 0.51
Hex C1 3A CC 5 48 0 14 127 3B 33
Octal 301 72 314 5 110 0 24 447 73 63
Binary 11000001 111010 11001100 101 1001000 0 10100 100100111 111011 110011

Color Harmonies of #C13ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13ACC

Black with #C13ACC

Text Example


Text Example

White with #C13ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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