Html Css Color HEX #C02FC6 Fuchsia

📋 copy color: '#C02FC6'

red 192 ◦ green 47 ◦ blue 198

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

Shades of Fuchsia #C02FC6

Tints of Fuchsia #C02FC6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 43.94%
G = 10.76%
B = 45.31%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C02FC6 (or 0xC02FC6) is known color: Fuchsia. HEX triplet: C0, 2F and C6. RGB value is (192,47,198). Sum of RGB (Red+Green+Blue) = 192+47+198=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #C02FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FC6 is #3FD039. Grayscale: #6B6B6B. Windows color (decimal): -4182074 or 12988352. OLE color: 12988352.

HSL color Cylindrical-coordinate representation of color #C02FC6: hue angle of 297.62º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FC6 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 47 198 -
CMYK 0.03 0.76 0 0.22
HSL 297.62º 0.62% 0.48% -
HSV(B) 297.62º 0.76% 0.78% -
XYZ 32.95 17.32 55.03 -
YUV 107.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 192 47 198 0.03 0.76 0 0.22 297.62 0.62 0.48
Hex C0 2F C6 3 4C 0 16 12A 3E 30
Octal 300 57 306 3 114 0 26 452 76 60
Binary 11000000 101111 11000110 11 1001100 0 10110 100101010 111110 110000

Color Harmonies of #C02FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FC6

Black with #C02FC6

Text Example


Text Example

White with #C02FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FC6; }

 p { color: rgb(192,47,198); }

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

background-color css

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

 a { background-color: rgb(192,47,198); }

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

border-color css

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

 span { border-color: rgb(192,47,198); }

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