Html Css Color HEX #C137CD Fuchsia

📋 copy color: '#C137CD'

red 193 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #C137CD

Tints of Fuchsia #C137CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.14%

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

R = 42.6%
G = 12.14%
B = 45.25%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C137CD (or 0xC137CD) is known color: Fuchsia. HEX triplet: C1, 37 and CD. RGB value is (193,55,205). Sum of RGB (Red+Green+Blue) = 193+55+205=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C137CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137CD is #3EC832. Grayscale: #707070. Windows color (decimal): -4114483 or 13449153. OLE color: 13449153.

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

Color convert

RGB 193 55 205 -
CMYK 0.06 0.73 0 0.20
HSL 295.2º 0.6% 0.51% -
HSV(B) 295.2º 0.73% 0.8% -
XYZ 34.38 18.48 59.51 -
YUV 113.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 193 55 205 0.06 0.73 0 0.20 295.2 0.6 0.51
Hex C1 37 CD 6 49 0 14 127 3C 33
Octal 301 67 315 6 111 0 24 447 74 63
Binary 11000001 110111 11001101 110 1001001 0 10100 100100111 111100 110011

Color Harmonies of #C137CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137CD

Black with #C137CD

Text Example


Text Example

White with #C137CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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