Html Css Color HEX #C036CA Fuchsia

📋 copy color: '#C036CA'

red 192 ◦ green 54 ◦ blue 202

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

Shades of Fuchsia #C036CA

Tints of Fuchsia #C036CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.05%

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

R = 42.86%
G = 12.05%
B = 45.09%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C036CA (or 0xC036CA) is known color: Fuchsia. HEX triplet: C0, 36 and CA. RGB value is (192,54,202). Sum of RGB (Red+Green+Blue) = 192+54+202=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #C036CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CA is #3FC935. Grayscale: #6F6F6F. Windows color (decimal): -4180278 or 13252288. OLE color: 13252288.

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

Color convert

RGB 192 54 202 -
CMYK 0.05 0.73 0 0.21
HSL 295.95º 0.58% 0.5% -
HSV(B) 295.95º 0.73% 0.79% -
XYZ 33.72 18.11 57.6 -
YUV 112.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 192 54 202 0.05 0.73 0 0.21 295.95 0.58 0.5
Hex C0 36 CA 5 49 0 15 128 3A 32
Octal 300 66 312 5 111 0 25 450 72 62
Binary 11000000 110110 11001010 101 1001001 0 10101 100101000 111010 110010

Color Harmonies of #C036CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036CA

Black with #C036CA

Text Example


Text Example

White with #C036CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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