Html Css Color HEX #C13DCD Fuchsia

📋 copy color: '#C13DCD'

red 193 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #C13DCD

Tints of Fuchsia #C13DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.29%

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

R = 42.05%
G = 13.29%
B = 44.66%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C13DCD (or 0xC13DCD) is known color: Fuchsia. HEX triplet: C1, 3D and CD. RGB value is (193,61,205). Sum of RGB (Red+Green+Blue) = 193+61+205=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCD is #3EC232. Grayscale: #747474. Windows color (decimal): -4112947 or 13450689. OLE color: 13450689.

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

Color convert

RGB 193 61 205 -
CMYK 0.06 0.70 0 0.20
HSL 295º 0.59% 0.52% -
HSV(B) 295º 0.7% 0.8% -
XYZ 34.68 19.08 59.61 -
YUV 116.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 193 61 205 0.06 0.70 0 0.20 295 0.59 0.52
Hex C1 3D CD 6 46 0 14 127 3B 34
Octal 301 75 315 6 106 0 24 447 73 64
Binary 11000001 111101 11001101 110 1000110 0 10100 100100111 111011 110100

Color Harmonies of #C13DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DCD

Black with #C13DCD

Text Example


Text Example

White with #C13DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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