Html Css Color HEX #C13CC9 Fuchsia

📋 copy color: '#C13CC9'

red 193 ◦ green 60 ◦ blue 201

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

Shades of Fuchsia #C13CC9

Tints of Fuchsia #C13CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.22%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 42.51%
G = 13.22%
B = 44.27%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C13CC9 (or 0xC13CC9) is known color: Fuchsia. HEX triplet: C1, 3C and C9. RGB value is (193,60,201). Sum of RGB (Red+Green+Blue) = 193+60+201=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #C13CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CC9 is #3EC336. Grayscale: #737373. Windows color (decimal): -4113207 or 13188289. OLE color: 13188289.

HSL color Cylindrical-coordinate representation of color #C13CC9: hue angle of 296.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13CC9 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 60 201 -
CMYK 0.04 0.70 0 0.21
HSL 296.6º 0.57% 0.51% -
HSV(B) 296.6º 0.7% 0.79% -
XYZ 34.15 18.79 57.08 -
YUV 115.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 193 60 201 0.04 0.70 0 0.21 296.6 0.57 0.51
Hex C1 3C C9 4 46 0 15 129 39 33
Octal 301 74 311 4 106 0 25 451 71 63
Binary 11000001 111100 11001001 100 1000110 0 10101 100101001 111001 110011

Color Harmonies of #C13CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CC9

Black with #C13CC9

Text Example


Text Example

White with #C13CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CC9; }

 p { color: rgb(193,60,201); }

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

background-color css

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

 a { background-color: rgb(193,60,201); }

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

border-color css

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

 span { border-color: rgb(193,60,201); }

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