Html Css Color HEX #C13CCA Fuchsia

📋 copy color: '#C13CCA'

red 193 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #C13CCA

Tints of Fuchsia #C13CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 42.42%
G = 13.19%
B = 44.4%

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

#C13CCA (or 0xC13CCA) is known color: Fuchsia. HEX triplet: C1, 3C and CA. RGB value is (193,60,202). Sum of RGB (Red+Green+Blue) = 193+60+202=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C13CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCA is #3EC335. Grayscale: #737373. Windows color (decimal): -4113206 or 13253825. OLE color: 13253825.

HSL color Cylindrical-coordinate representation of color #C13CCA: hue angle of 296.2º 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 #C13CCA is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 60 202 -
CMYK 0.04 0.70 0 0.21
HSL 296.2º 0.57% 0.51% -
HSV(B) 296.2º 0.7% 0.79% -
XYZ 34.27 18.83 57.71 -
YUV 115.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 193 60 202 0.04 0.70 0 0.21 296.2 0.57 0.51
Hex C1 3C CA 4 46 0 15 128 39 33
Octal 301 74 312 4 106 0 25 450 71 63
Binary 11000001 111100 11001010 100 1000110 0 10101 100101000 111001 110011

Color Harmonies of #C13CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CCA

Black with #C13CCA

Text Example


Text Example

White with #C13CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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