Html Css Color HEX #C039CA Fuchsia

📋 copy color: '#C039CA'

red 192 ◦ green 57 ◦ blue 202

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

Shades of Fuchsia #C039CA

Tints of Fuchsia #C039CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.64%

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

R = 42.57%
G = 12.64%
B = 44.79%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C039CA (or 0xC039CA) is known color: Fuchsia. HEX triplet: C0, 39 and CA. RGB value is (192,57,202). Sum of RGB (Red+Green+Blue) = 192+57+202=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 57 (22.66% from 255 or 12.64% 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 #C039CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039CA is #3FC635. Grayscale: #717171. Windows color (decimal): -4179510 or 13253056. OLE color: 13253056.

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

Color convert

RGB 192 57 202 -
CMYK 0.05 0.72 0 0.21
HSL 295.86º 0.58% 0.51% -
HSV(B) 295.86º 0.72% 0.79% -
XYZ 33.86 18.4 57.64 -
YUV 113.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 192 57 202 0.05 0.72 0 0.21 295.86 0.58 0.51
Hex C0 39 CA 5 48 0 15 128 3A 33
Octal 300 71 312 5 110 0 25 450 72 63
Binary 11000000 111001 11001010 101 1001000 0 10101 100101000 111010 110011

Color Harmonies of #C039CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C039CA

Black with #C039CA

Text Example


Text Example

White with #C039CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C039CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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