Html Css Color HEX #C030BE Fuchsia

📋 copy color: '#C030BE'

red 192 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #C030BE

Tints of Fuchsia #C030BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 44.65%
G = 11.16%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C030BE (or 0xC030BE) is known color: Fuchsia. HEX triplet: C0, 30 and BE. RGB value is (192,48,190). Sum of RGB (Red+Green+Blue) = 192+48+190=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C030BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030BE is #3FCF41. Grayscale: #6A6A6A. Windows color (decimal): -4181826 or 12464320. OLE color: 12464320.

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

Color convert

RGB 192 48 190 -
CMYK 0 0.75 0.01 0.25
HSL 300.83º 0.6% 0.47% -
HSV(B) 300.83º 0.75% 0.75% -
XYZ 32.09 17.04 50.31 -
YUV 107.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 192 48 190 0 0.75 0.01 0.25 300.83 0.6 0.47
Hex C0 30 BE 0 4B 1 19 12D 3C 2F
Octal 300 60 276 0 113 1 31 455 74 57
Binary 11000000 110000 10111110 0 1001011 1 11001 100101101 111100 101111

Color Harmonies of #C030BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030BE

Black with #C030BE

Text Example


Text Example

White with #C030BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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