Html Css Color HEX #C13CCC Fuchsia

📋 copy color: '#C13CCC'

red 193 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #C13CCC

Tints of Fuchsia #C13CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 42.23%
G = 13.13%
B = 44.64%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C13CCC (or 0xC13CCC) is known color: Fuchsia. HEX triplet: C1, 3C and CC. RGB value is (193,60,204). Sum of RGB (Red+Green+Blue) = 193+60+204=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #C13CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCC is #3EC333. Grayscale: #737373. Windows color (decimal): -4113204 or 13384897. OLE color: 13384897.

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

Color convert

RGB 193 60 204 -
CMYK 0.05 0.71 0 0.2
HSL 295.42º 0.59% 0.52% -
HSV(B) 295.42º 0.71% 0.8% -
XYZ 34.51 18.93 58.96 -
YUV 116.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 193 60 204 0.05 0.71 0 0.2 295.42 0.59 0.52
Hex C1 3C CC 5 47 0 14 127 3B 34
Octal 301 74 314 5 107 0 24 447 73 64
Binary 11000001 111100 11001100 101 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C13CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CCC

Black with #C13CCC

Text Example


Text Example

White with #C13CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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