Html Css Color HEX #C03FBA Fuchsia

📋 copy color: '#C03FBA'

red 192 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #C03FBA

Tints of Fuchsia #C03FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.29%

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

R = 43.54%
G = 14.29%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C03FBA (or 0xC03FBA) is known color: Fuchsia. HEX triplet: C0, 3F and BA. RGB value is (192,63,186). Sum of RGB (Red+Green+Blue) = 192+63+186=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FBA is #3FC045. Grayscale: #737373. Windows color (decimal): -4177990 or 12206016. OLE color: 12206016.

HSL color Cylindrical-coordinate representation of color #C03FBA: hue angle of 302.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FBA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 186 -
CMYK 0 0.67 0.03 0.25
HSL 302.79º 0.51% 0.5% -
HSV(B) 302.79º 0.67% 0.75% -
XYZ 32.38 18.31 48.28 -
YUV 115.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 192 63 186 0 0.67 0.03 0.25 302.79 0.51 0.5
Hex C0 3F BA 0 43 3 19 12F 33 32
Octal 300 77 272 0 103 3 31 457 63 62
Binary 11000000 111111 10111010 0 1000011 11 11001 100101111 110011 110010

Color Harmonies of #C03FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FBA

Black with #C03FBA

Text Example


Text Example

White with #C03FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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