Html Css Color HEX #C02FB5 Fuchsia

📋 copy color: '#C02FB5'

red 192 ◦ green 47 ◦ blue 181

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

Shades of Fuchsia #C02FB5

Tints of Fuchsia #C02FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.1%

R = 45.71%
G = 11.19%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C02FB5 (or 0xC02FB5) is known color: Fuchsia. HEX triplet: C0, 2F and B5. RGB value is (192,47,181). Sum of RGB (Red+Green+Blue) = 192+47+181=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FB5 is #3FD04A. Grayscale: #696969. Windows color (decimal): -4182091 or 11874240. OLE color: 11874240.

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

Color convert

RGB 192 47 181 -
CMYK 0 0.76 0.06 0.25
HSL 304.55º 0.61% 0.47% -
HSV(B) 304.55º 0.76% 0.75% -
XYZ 31.1 16.58 45.28 -
YUV 105.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 192 47 181 0 0.76 0.06 0.25 304.55 0.61 0.47
Hex C0 2F B5 0 4C 6 19 131 3D 2F
Octal 300 57 265 0 114 6 31 461 75 57
Binary 11000000 101111 10110101 0 1001100 110 11001 100110001 111101 101111

Color Harmonies of #C02FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FB5

Black with #C02FB5

Text Example


Text Example

White with #C02FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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