Html Css Color HEX #C030BA Fuchsia

📋 copy color: '#C030BA'

red 192 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #C030BA

Tints of Fuchsia #C030BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 45.07%
G = 11.27%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C030BA (or 0xC030BA) is known color: Fuchsia. HEX triplet: C0, 30 and BA. RGB value is (192,48,186). Sum of RGB (Red+Green+Blue) = 192+48+186=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C030BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030BA is #3FCF45. Grayscale: #6A6A6A. Windows color (decimal): -4181830 or 12202176. OLE color: 12202176.

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

Color convert

RGB 192 48 186 -
CMYK 0 0.75 0.03 0.25
HSL 302.5º 0.6% 0.47% -
HSV(B) 302.5º 0.75% 0.75% -
XYZ 31.66 16.87 48.04 -
YUV 106.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 192 48 186 0 0.75 0.03 0.25 302.5 0.6 0.47
Hex C0 30 BA 0 4B 3 19 12E 3C 2F
Octal 300 60 272 0 113 3 31 456 74 57
Binary 11000000 110000 10111010 0 1001011 11 11001 100101110 111100 101111

Color Harmonies of #C030BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030BA

Black with #C030BA

Text Example


Text Example

White with #C030BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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