Html Css Color HEX #C13EC7 Fuchsia

📋 copy color: '#C13EC7'

red 193 ◦ green 62 ◦ blue 199

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

Shades of Fuchsia #C13EC7

Tints of Fuchsia #C13EC7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

 BLUE value IS 199 (78.13% from 255) = 43.83%

R = 42.51%
G = 13.66%
B = 43.83%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C13EC7 (or 0xC13EC7) is known color: Fuchsia. HEX triplet: C1, 3E and C7. RGB value is (193,62,199). Sum of RGB (Red+Green+Blue) = 193+62+199=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #C13EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EC7 is #3EC138. Grayscale: #747474. Windows color (decimal): -4112697 or 13057729. OLE color: 13057729.

HSL color Cylindrical-coordinate representation of color #C13EC7: hue angle of 297.37º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13EC7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 62 199 -
CMYK 0.03 0.69 0 0.22
HSL 297.37º 0.55% 0.51% -
HSV(B) 297.37º 0.69% 0.78% -
XYZ 34.02 18.91 55.89 -
YUV 116.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 193 62 199 0.03 0.69 0 0.22 297.37 0.55 0.51
Hex C1 3E C7 3 45 0 16 129 37 33
Octal 301 76 307 3 105 0 26 451 67 63
Binary 11000001 111110 11000111 11 1000101 0 10110 100101001 110111 110011

Color Harmonies of #C13EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EC7

Black with #C13EC7

Text Example


Text Example

White with #C13EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EC7; }

 p { color: rgb(193,62,199); }

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

background-color css

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

 a { background-color: rgb(193,62,199); }

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

border-color css

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

 span { border-color: rgb(193,62,199); }

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