Html Css Color HEX #C13ACD Fuchsia

📋 copy color: '#C13ACD'

red 193 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #C13ACD

Tints of Fuchsia #C13ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 42.32%
G = 12.72%
B = 44.96%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C13ACD (or 0xC13ACD) is known color: Fuchsia. HEX triplet: C1, 3A and CD. RGB value is (193,58,205). Sum of RGB (Red+Green+Blue) = 193+58+205=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ACD is #3EC532. Grayscale: #727272. Windows color (decimal): -4113715 or 13449921. OLE color: 13449921.

HSL color Cylindrical-coordinate representation of color #C13ACD: hue angle of 295.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13ACD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 58 205 -
CMYK 0.06 0.72 0 0.20
HSL 295.1º 0.6% 0.52% -
HSV(B) 295.1º 0.72% 0.8% -
XYZ 34.52 18.77 59.56 -
YUV 115.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 193 58 205 0.06 0.72 0 0.20 295.1 0.6 0.52
Hex C1 3A CD 6 48 0 14 127 3C 34
Octal 301 72 315 6 110 0 24 447 74 64
Binary 11000001 111010 11001101 110 1001000 0 10100 100100111 111100 110100

Color Harmonies of #C13ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13ACD

Black with #C13ACD

Text Example


Text Example

White with #C13ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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