Html Css Color HEX #C13FC4 Fuchsia

📋 copy color: '#C13FC4'

red 193 ◦ green 63 ◦ blue 196

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

Shades of Fuchsia #C13FC4

Tints of Fuchsia #C13FC4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.94%

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 42.7%
G = 13.94%
B = 43.36%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C13FC4 (or 0xC13FC4) is known color: Fuchsia. HEX triplet: C1, 3F and C4. RGB value is (193,63,196). Sum of RGB (Red+Green+Blue) = 193+63+196=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #C13FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FC4 is #3EC03B. Grayscale: #747474. Windows color (decimal): -4112444 or 12861377. OLE color: 12861377.

HSL color Cylindrical-coordinate representation of color #C13FC4: hue angle of 298.65º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13FC4 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 63 196 -
CMYK 0.02 0.68 0 0.23
HSL 298.65º 0.53% 0.51% -
HSV(B) 298.65º 0.68% 0.77% -
XYZ 33.73 18.88 54.09 -
YUV 117.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 193 63 196 0.02 0.68 0 0.23 298.65 0.53 0.51
Hex C1 3F C4 2 44 0 17 12B 35 33
Octal 301 77 304 2 104 0 27 453 65 63
Binary 11000001 111111 11000100 10 1000100 0 10111 100101011 110101 110011

Color Harmonies of #C13FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FC4

Black with #C13FC4

Text Example


Text Example

White with #C13FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FC4; }

 p { color: rgb(193,63,196); }

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

background-color css

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

 a { background-color: rgb(193,63,196); }

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

border-color css

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

 span { border-color: rgb(193,63,196); }

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