Html Css Color HEX #C030B9 Fuchsia

📋 copy color: '#C030B9'

red 192 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #C030B9

Tints of Fuchsia #C030B9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 45.18%
G = 11.29%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C030B9 (or 0xC030B9) is known color: Fuchsia. HEX triplet: C0, 30 and B9. RGB value is (192,48,185). Sum of RGB (Red+Green+Blue) = 192+48+185=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C030B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030B9 is #3FCF46. Grayscale: #6A6A6A. Windows color (decimal): -4181831 or 12136640. OLE color: 12136640.

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

Color convert

RGB 192 48 185 -
CMYK 0 0.75 0.04 0.25
HSL 302.92º 0.6% 0.47% -
HSV(B) 302.92º 0.75% 0.75% -
XYZ 31.55 16.82 47.48 -
YUV 106.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 192 48 185 0 0.75 0.04 0.25 302.92 0.6 0.47
Hex C0 30 B9 0 4B 4 19 12F 3C 2F
Octal 300 60 271 0 113 4 31 457 74 57
Binary 11000000 110000 10111001 0 1001011 100 11001 100101111 111100 101111

Color Harmonies of #C030B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030B9

Black with #C030B9

Text Example


Text Example

White with #C030B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030B9; }

 p { color: rgb(192,48,185); }

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

background-color css

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

 a { background-color: rgb(192,48,185); }

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

border-color css

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

 span { border-color: rgb(192,48,185); }

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