Html Css Color HEX #C13CCD Fuchsia

📋 copy color: '#C13CCD'

red 193 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #C13CCD

Tints of Fuchsia #C13CCD

RGB

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

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

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

R = 42.14%
G = 13.1%
B = 44.76%

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

#C13CCD (or 0xC13CCD) is known color: Fuchsia. HEX triplet: C1, 3C and CD. RGB value is (193,60,205). Sum of RGB (Red+Green+Blue) = 193+60+205=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCD is #3EC332. Grayscale: #737373. Windows color (decimal): -4113203 or 13450433. OLE color: 13450433.

HSL color Cylindrical-coordinate representation of color #C13CCD: hue angle of 295.03º 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 #C13CCD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 60 205 -
CMYK 0.06 0.71 0 0.20
HSL 295.03º 0.59% 0.52% -
HSV(B) 295.03º 0.71% 0.8% -
XYZ 34.63 18.98 59.6 -
YUV 116.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 193 60 205 0.06 0.71 0 0.20 295.03 0.59 0.52
Hex C1 3C CD 6 47 0 14 127 3B 34
Octal 301 74 315 6 107 0 24 447 73 64
Binary 11000001 111100 11001101 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C13CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CCD

Black with #C13CCD

Text Example


Text Example

White with #C13CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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