Html Css Color HEX #C138CA Fuchsia

📋 copy color: '#C138CA'

red 193 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #C138CA

Tints of Fuchsia #C138CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.42%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 42.79%
G = 12.42%
B = 44.79%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C138CA (or 0xC138CA) is known color: Fuchsia. HEX triplet: C1, 38 and CA. RGB value is (193,56,202). Sum of RGB (Red+Green+Blue) = 193+56+202=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C138CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CA is #3EC735. Grayscale: #717171. Windows color (decimal): -4114230 or 13252801. OLE color: 13252801.

HSL color Cylindrical-coordinate representation of color #C138CA: hue angle of 296.3º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C138CA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 56 202 -
CMYK 0.04 0.72 0 0.21
HSL 296.3º 0.58% 0.51% -
HSV(B) 296.3º 0.72% 0.79% -
XYZ 34.07 18.43 57.64 -
YUV 113.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 193 56 202 0.04 0.72 0 0.21 296.3 0.58 0.51
Hex C1 38 CA 4 48 0 15 128 3A 33
Octal 301 70 312 4 110 0 25 450 72 63
Binary 11000001 111000 11001010 100 1001000 0 10101 100101000 111010 110011

Color Harmonies of #C138CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138CA

Black with #C138CA

Text Example


Text Example

White with #C138CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138CA; }

 p { color: rgb(193,56,202); }

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

background-color css

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

 a { background-color: rgb(193,56,202); }

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

border-color css

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

 span { border-color: rgb(193,56,202); }

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