Html Css Color HEX #C02EBA Fuchsia

📋 copy color: '#C02EBA'

red 192 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C02EBA

Tints of Fuchsia #C02EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 45.28%
G = 10.85%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C02EBA (or 0xC02EBA) is known color: Fuchsia. HEX triplet: C0, 2E and BA. RGB value is (192,46,186). Sum of RGB (Red+Green+Blue) = 192+46+186=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EBA is #3FD145. Grayscale: #696969. Windows color (decimal): -4182342 or 12201664. OLE color: 12201664.

HSL color Cylindrical-coordinate representation of color #C02EBA: hue angle of 302.47º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EBA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 186 -
CMYK 0 0.76 0.03 0.25
HSL 302.47º 0.61% 0.47% -
HSV(B) 302.47º 0.76% 0.75% -
XYZ 31.58 16.71 48.01 -
YUV 105.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 192 46 186 0 0.76 0.03 0.25 302.47 0.61 0.47
Hex C0 2E BA 0 4C 3 19 12E 3D 2F
Octal 300 56 272 0 114 3 31 456 75 57
Binary 11000000 101110 10111010 0 1001100 11 11001 100101110 111101 101111

Color Harmonies of #C02EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EBA

Black with #C02EBA

Text Example


Text Example

White with #C02EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EBA; }

 p { color: rgb(192,46,186); }

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

background-color css

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

 a { background-color: rgb(192,46,186); }

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

border-color css

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

 span { border-color: rgb(192,46,186); }

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