Html Css Color HEX #C02FB1 Fuchsia

📋 copy color: '#C02FB1'

red 192 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #C02FB1

Tints of Fuchsia #C02FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 46.15%
G = 11.3%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C02FB1 (or 0xC02FB1) is known color: Fuchsia. HEX triplet: C0, 2F and B1. RGB value is (192,47,177). Sum of RGB (Red+Green+Blue) = 192+47+177=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FB1 is #3FD04E. Grayscale: #686868. Windows color (decimal): -4182095 or 11612096. OLE color: 11612096.

HSL color Cylindrical-coordinate representation of color #C02FB1: hue angle of 306.21º 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 #C02FB1 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 177 -
CMYK 0 0.76 0.08 0.25
HSL 306.21º 0.61% 0.47% -
HSV(B) 306.21º 0.76% 0.75% -
XYZ 30.69 16.41 43.15 -
YUV 105.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 192 47 177 0 0.76 0.08 0.25 306.21 0.61 0.47
Hex C0 2F B1 0 4C 8 19 132 3D 2F
Octal 300 57 261 0 114 10 31 462 75 57
Binary 11000000 101111 10110001 0 1001100 1000 11001 100110010 111101 101111

Color Harmonies of #C02FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FB1

Black with #C02FB1

Text Example


Text Example

White with #C02FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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