Html Css Color HEX #C02FB0 Fuchsia

📋 copy color: '#C02FB0'

red 192 ◦ green 47 ◦ blue 176

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

Shades of Fuchsia #C02FB0

Tints of Fuchsia #C02FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 46.27%
G = 11.33%
B = 42.41%

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

#C02FB0 (or 0xC02FB0) is known color: Fuchsia. HEX triplet: C0, 2F and B0. RGB value is (192,47,176). Sum of RGB (Red+Green+Blue) = 192+47+176=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FB0 is #3FD04F. Grayscale: #686868. Windows color (decimal): -4182096 or 11546560. OLE color: 11546560.

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

Color convert

RGB 192 47 176 -
CMYK 0 0.76 0.08 0.25
HSL 306.62º 0.61% 0.47% -
HSV(B) 306.62º 0.76% 0.75% -
XYZ 30.59 16.37 42.62 -
YUV 105.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 192 47 176 0 0.76 0.08 0.25 306.62 0.61 0.47
Hex C0 2F B0 0 4C 8 19 133 3D 2F
Octal 300 57 260 0 114 10 31 463 75 57
Binary 11000000 101111 10110000 0 1001100 1000 11001 100110011 111101 101111

Color Harmonies of #C02FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FB0

Black with #C02FB0

Text Example


Text Example

White with #C02FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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