Html Css Color HEX #C13BCD Fuchsia

📋 copy color: '#C13BCD'

red 193 ◦ green 59 ◦ blue 205

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

Shades of Fuchsia #C13BCD

Tints of Fuchsia #C13BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 42.23%
G = 12.91%
B = 44.86%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C13BCD (or 0xC13BCD) is known color: Fuchsia. HEX triplet: C1, 3B and CD. RGB value is (193,59,205). Sum of RGB (Red+Green+Blue) = 193+59+205=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BCD is #3EC432. Grayscale: #737373. Windows color (decimal): -4113459 or 13450177. OLE color: 13450177.

HSL color Cylindrical-coordinate representation of color #C13BCD: hue angle of 295.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13BCD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 59 205 -
CMYK 0.06 0.71 0 0.20
HSL 295.07º 0.59% 0.52% -
HSV(B) 295.07º 0.71% 0.8% -
XYZ 34.58 18.87 59.58 -
YUV 115.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 193 59 205 0.06 0.71 0 0.20 295.07 0.59 0.52
Hex C1 3B CD 6 47 0 14 127 3B 34
Octal 301 73 315 6 107 0 24 447 73 64
Binary 11000001 111011 11001101 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C13BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BCD

Black with #C13BCD

Text Example


Text Example

White with #C13BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BCD; }

 p { color: rgb(193,59,205); }

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

background-color css

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

 a { background-color: rgb(193,59,205); }

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

border-color css

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

 span { border-color: rgb(193,59,205); }

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