Html Css Color HEX #C041CA Fuchsia

📋 copy color: '#C041CA'

red 192 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #C041CA

Tints of Fuchsia #C041CA

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 65 (25.78% from 255) = 14.16%

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

R = 41.83%
G = 14.16%
B = 44.01%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C041CA (or 0xC041CA) is known color: Fuchsia. HEX triplet: C0, 41 and CA. RGB value is (192,65,202). Sum of RGB (Red+Green+Blue) = 192+65+202=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 65 (25.78% from 255 or 14.16% 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 #C041CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CA is #3FBE35. Grayscale: #767676. Windows color (decimal): -4177462 or 13255104. OLE color: 13255104.

HSL color Cylindrical-coordinate representation of color #C041CA: hue angle of 295.62º degrees, saturation: 0.56, 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 #C041CA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 65 202 -
CMYK 0.05 0.68 0 0.21
HSL 295.62º 0.56% 0.52% -
HSV(B) 295.62º 0.68% 0.79% -
XYZ 34.29 19.25 57.79 -
YUV 118.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 192 65 202 0.05 0.68 0 0.21 295.62 0.56 0.52
Hex C0 41 CA 5 44 0 15 128 38 34
Octal 300 101 312 5 104 0 25 450 70 64
Binary 11000000 1000001 11001010 101 1000100 0 10101 100101000 111000 110100

Color Harmonies of #C041CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041CA

Black with #C041CA

Text Example


Text Example

White with #C041CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041CA; }

 p { color: rgb(192,65,202); }

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

background-color css

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

 a { background-color: rgb(192,65,202); }

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

border-color css

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

 span { border-color: rgb(192,65,202); }

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