Html Css Color HEX #C13CC2 Fuchsia

📋 copy color: '#C13CC2'

red 193 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #C13CC2

Tints of Fuchsia #C13CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 43.18%
G = 13.42%
B = 43.4%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C13CC2 (or 0xC13CC2) is known color: Fuchsia. HEX triplet: C1, 3C and C2. RGB value is (193,60,194). Sum of RGB (Red+Green+Blue) = 193+60+194=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #C13CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CC2 is #3EC33D. Grayscale: #727272. Windows color (decimal): -4113214 or 12729537. OLE color: 12729537.

HSL color Cylindrical-coordinate representation of color #C13CC2: hue angle of 299.55º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13CC2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 194 -
CMYK 0.01 0.69 0 0.24
HSL 299.55º 0.53% 0.5% -
HSV(B) 299.55º 0.69% 0.76% -
XYZ 33.35 18.46 52.85 -
YUV 115.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 193 60 194 0.01 0.69 0 0.24 299.55 0.53 0.5
Hex C1 3C C2 1 45 0 18 12C 35 32
Octal 301 74 302 1 105 0 30 454 65 62
Binary 11000001 111100 11000010 1 1000101 0 11000 100101100 110101 110010

Color Harmonies of #C13CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CC2

Black with #C13CC2

Text Example


Text Example

White with #C13CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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