Html Css Color HEX #C140CA Fuchsia

📋 copy color: '#C140CA'

red 193 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #C140CA

Tints of Fuchsia #C140CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 42.05%
G = 13.94%
B = 44.01%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C140CA (or 0xC140CA) is known color: Fuchsia. HEX triplet: C1, 40 and CA. RGB value is (193,64,202). Sum of RGB (Red+Green+Blue) = 193+64+202=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #C140CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140CA is #3EBF35. Grayscale: #757575. Windows color (decimal): -4112182 or 13254849. OLE color: 13254849.

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

Color convert

RGB 193 64 202 -
CMYK 0.04 0.68 0 0.21
HSL 296.09º 0.57% 0.52% -
HSV(B) 296.09º 0.68% 0.79% -
XYZ 34.49 19.27 57.78 -
YUV 118.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 193 64 202 0.04 0.68 0 0.21 296.09 0.57 0.52
Hex C1 40 CA 4 44 0 15 128 39 34
Octal 301 100 312 4 104 0 25 450 71 64
Binary 11000001 1000000 11001010 100 1000100 0 10101 100101000 111001 110100

Color Harmonies of #C140CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140CA

Black with #C140CA

Text Example


Text Example

White with #C140CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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